com.imaginary.lwp
Class CreateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.imaginary.lwp.LWPException
                    |
                    +--com.imaginary.lwp.PersistenceException
                          |
                          +--com.imaginary.lwp.CreateException

public class CreateException
extends PersistenceException

See Also:
Serialized Form

Constructor Summary
CreateException()
           
CreateException(java.lang.Exception cse)
           
CreateException(java.lang.String rsn)
           
CreateException(java.lang.String reason, java.lang.Exception cse)
           
 
Methods inherited from class com.imaginary.lwp.LWPException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateException

public CreateException()

CreateException

public CreateException(java.lang.String rsn)

CreateException

public CreateException(java.lang.Exception cse)

CreateException

public CreateException(java.lang.String reason,
                       java.lang.Exception cse)