org.umber.catalan
Class CatalanException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.umber.core.UmberException
              extended byorg.umber.catalan.CatalanException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CatalanCommandException, CatalanPersistException, CatalanQueueException

public class CatalanException
extends UmberException

Base exception class for Catalan API.

Author:
jsheets
See Also:
Serialized Form

Constructor Summary
CatalanException(java.lang.String message)
           
CatalanException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class org.umber.core.UmberException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatalanException

public CatalanException(java.lang.String message)

CatalanException

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