com.basistech.rlp
Class RLPOrphanContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.basistech.rlp.RLPOrphanContextException
- All Implemented Interfaces:
- Serializable
public class RLPOrphanContextException
- extends RuntimeException
Exception thrown for operations on a context after the RLPEnvironment that created it
has been closed.
- Since:
- 4.1
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RLPOrphanContextException
public RLPOrphanContextException()
- Construct an exceptoin with no message.
RLPOrphanContextException
public RLPOrphanContextException(String message)
- Construct an exception with the given message.
- Parameters:
message
- description of the exception.
Copyright © 2004-2008 Basis Technology Corporation. All Rights Reserved.