org.geebis.books.model.account.exception
Class IncompatibleAccountException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.geebis.books.model.account.exception.IncompatibleAccountException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleAccountException
extends java.lang.Exception
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
IncompatibleAccountException()
           
IncompatibleAccountException(java.lang.String message)
           
IncompatibleAccountException(java.lang.String message, java.lang.Throwable cause)
           
IncompatibleAccountException(java.lang.Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompatibleAccountException

public IncompatibleAccountException()

IncompatibleAccountException

public IncompatibleAccountException(java.lang.String message)

IncompatibleAccountException

public IncompatibleAccountException(java.lang.String message,
                                    java.lang.Throwable cause)

IncompatibleAccountException

public IncompatibleAccountException(java.lang.Throwable cause)