bobik
Class BobikException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by bobik.BobikException
All Implemented Interfaces:
java.io.Serializable

public class BobikException
extends java.lang.Exception

BobikException - A simple wrapper around java.lang.Exception

See Also:
Serialized Form

Constructor Summary
BobikException(java.lang.Exception e)
           
BobikException(java.lang.String errMessage)
           
BobikException(java.lang.String errMessage, java.lang.Exception e)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BobikException

public BobikException(java.lang.Exception e)

BobikException

public BobikException(java.lang.String errMessage)

BobikException

public BobikException(java.lang.String errMessage,
                      java.lang.Exception e)