apollo.dataadapter.exception
Class NoOutputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by apollo.dataadapter.exception.BopException
              extended by apollo.dataadapter.exception.NoOutputException
All Implemented Interfaces:
java.io.Serializable

public class NoOutputException
extends BopException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class apollo.dataadapter.exception.BopException
stackTraceAtCreate
 
Constructor Summary
NoOutputException()
           
NoOutputException(java.lang.String msg)
           
NoOutputException(java.lang.String msg, java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class apollo.dataadapter.exception.BopException
getMessageWStackTrace, getOriginalStackTrace, getStackTraceString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoOutputException

public NoOutputException()

NoOutputException

public NoOutputException(java.lang.String msg)

NoOutputException

public NoOutputException(java.lang.String msg,
                         java.lang.Exception e)