com.bea.wlevs.ede
Class BaseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.wlevs.ede.BaseException

public class BaseException
extends Exception

See Also:
Serialized Form

Constructor Summary
BaseException()
           
BaseException(String message)
           
BaseException(String message, Throwable cause)
           
BaseException(Throwable cause)
           
 
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

BaseException

public BaseException()

BaseException

public BaseException(String message,
                     Throwable cause)

BaseException

public BaseException(String message)

BaseException

public BaseException(Throwable cause)