apollo.dataadapter.exception
Class BopException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
protected  java.lang.String stackTraceAtCreate
           
 
Constructor Summary
BopException()
           
BopException(java.lang.String msg)
           
BopException(java.lang.String msg, java.lang.Exception e)
           
BopException(java.lang.String s, java.lang.String msg)
           
BopException(java.lang.String s, java.lang.String msg, java.lang.Exception e)
           
 
Method Summary
 java.lang.String getMessageWStackTrace()
           
 java.lang.String getOriginalStackTrace()
           
 java.lang.String 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
 

Field Detail

stackTraceAtCreate

protected java.lang.String stackTraceAtCreate
Constructor Detail

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)
Method Detail

getOriginalStackTrace

public java.lang.String getOriginalStackTrace()

getMessageWStackTrace

public java.lang.String getMessageWStackTrace()

getStackTraceString

public java.lang.String getStackTraceString()