net.sf.zekr.engine.revelation
Class RevelationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.zekr.common.ZekrBaseException
              extended by net.sf.zekr.common.ZekrMessageException
                  extended by net.sf.zekr.engine.revelation.RevelationException
All Implemented Interfaces:
java.io.Serializable

public class RevelationException
extends ZekrMessageException

See Also:
Serialized Form

Constructor Summary
RevelationException()
           
RevelationException(java.lang.String message)
           
RevelationException(java.lang.String messageKey, java.lang.String[] params)
           
RevelationException(java.lang.String message, java.lang.Throwable cause)
           
RevelationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class net.sf.zekr.common.ZekrMessageException
getParams
 
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

RevelationException

public RevelationException()

RevelationException

public RevelationException(java.lang.String messageKey,
                           java.lang.String[] params)

RevelationException

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

RevelationException

public RevelationException(java.lang.String message)

RevelationException

public RevelationException(java.lang.Throwable cause)