org.sormula.operation.cascade.lazy
Class LazyCascadeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sormula.operation.cascade.lazy.LazyCascadeException
All Implemented Interfaces:
java.io.Serializable

public class LazyCascadeException
extends java.lang.RuntimeException

Exception that originates with lazy cascade operations. Since it is a runtime exception, try/catch/finally blocks are optional.

Since:
1.8 and 2.2
Author:
Jeff Miller
See Also:
Serialized Form

Constructor Summary
LazyCascadeException(java.lang.String message)
          Constructs for a message.
LazyCascadeException(java.lang.String message, java.lang.Throwable cause)
          Constructs for a message and 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

LazyCascadeException

public LazyCascadeException(java.lang.String message)
Constructs for a message.

Parameters:
message - expection message

LazyCascadeException

public LazyCascadeException(java.lang.String message,
                            java.lang.Throwable cause)
Constructs for a message and cause.

Parameters:
message - expection message
cause - cause of exception