com.imaginary.lwp
Class RemoveException

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

public class RemoveException
extends PersistenceException

See Also:
Serialized Form

Constructor Summary
RemoveException()
           
RemoveException(java.lang.Exception cse)
           
RemoveException(java.lang.String rsn)
           
RemoveException(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

RemoveException

public RemoveException()

RemoveException

public RemoveException(java.lang.String rsn)

RemoveException

public RemoveException(java.lang.Exception cse)

RemoveException

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