net.comtor.exception
Class ComtorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.comtor.exception.ComtorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BusinessLogicException, ComtorDaoException

public class ComtorException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ComtorException(java.lang.String message)
          Creates a new instance of BusinessLogicException
ComtorException(java.lang.String message, java.lang.Throwable throwable)
           
ComtorException(java.lang.Throwable throwable)
          Creates a new instance of BusinessLogicException
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.Throwable getOriginalException()
           
 java.lang.String getOriginalMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ComtorException

public ComtorException(java.lang.String message)
Creates a new instance of BusinessLogicException


ComtorException

public ComtorException(java.lang.Throwable throwable)
Creates a new instance of BusinessLogicException


ComtorException

public ComtorException(java.lang.String message,
                       java.lang.Throwable throwable)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getOriginalException

public java.lang.Throwable getOriginalException()

getOriginalMessage

public java.lang.String getOriginalMessage()