net.comtor.exception
Class BusinessLogicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.comtor.exception.ComtorException
              extended by net.comtor.exception.BusinessLogicException
All Implemented Interfaces:
java.io.Serializable

public class BusinessLogicException
extends ComtorException

See Also:
Serialized Form

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

BusinessLogicException

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


BusinessLogicException

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