apollo.dataadapter.exception
Class BopException
java.lang.Object
java.lang.Throwable
java.lang.Exception
apollo.dataadapter.exception.BopException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- NoOutputException
public class BopException
- extends java.lang.Exception
- See Also:
- Serialized Form
| 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 |
stackTraceAtCreate
protected java.lang.String stackTraceAtCreate
BopException
public BopException()
BopException
public BopException(java.lang.String msg)
BopException
public BopException(java.lang.String s,
java.lang.String msg)
BopException
public BopException(java.lang.String msg,
java.lang.Exception e)
BopException
public BopException(java.lang.String s,
java.lang.String msg,
java.lang.Exception e)
getOriginalStackTrace
public java.lang.String getOriginalStackTrace()
getMessageWStackTrace
public java.lang.String getMessageWStackTrace()
getStackTraceString
public java.lang.String getStackTraceString()