org.riverframework
Class RiverException

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

public class RiverException
extends RuntimeException

See Also:
Serialized Form

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

RiverException

public RiverException()

RiverException

public RiverException(String message)

RiverException

public RiverException(Exception e)

RiverException

public RiverException(Throwable t)

RiverException

public RiverException(String message,
                      Exception e)


Copyright © 2015. All rights reserved.