com.basistech.rlp
Class RLPOrphanContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
RLPOrphanContextException()
          Construct an exceptoin with no message.
RLPOrphanContextException(String message)
          Construct an exception with the given message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.