org.modeshape.graph.session
Class InvalidStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.modeshape.graph.session.InvalidStateException
All Implemented Interfaces:
Serializable

@Immutable
public class InvalidStateException
extends RuntimeException

A runtime exception signaling an invalid state of a graph session.

See Also:
Serialized Form

Constructor Summary
InvalidStateException()
           
InvalidStateException(String message)
           
InvalidStateException(String message, Throwable cause)
           
InvalidStateException(Throwable cause)
           
 
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

InvalidStateException

public InvalidStateException()

InvalidStateException

public InvalidStateException(String message)
Parameters:
message -

InvalidStateException

public InvalidStateException(Throwable cause)
Parameters:
cause -

InvalidStateException

public InvalidStateException(String message,
                             Throwable cause)
Parameters:
message -
cause -


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.