org.riverframework
Class ClosedObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.riverframework.RiverException
                  extended by org.riverframework.ClosedObjectException
All Implemented Interfaces:
Serializable

public class ClosedObjectException
extends RiverException

See Also:
Serialized Form

Constructor Summary
ClosedObjectException()
           
ClosedObjectException(Exception e)
           
ClosedObjectException(String message)
           
ClosedObjectException(String message, Exception e)
           
 
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

ClosedObjectException

public ClosedObjectException()

ClosedObjectException

public ClosedObjectException(String message)

ClosedObjectException

public ClosedObjectException(Exception e)

ClosedObjectException

public ClosedObjectException(String message,
                             Exception e)


Copyright © 2015. All rights reserved.