org.jboss.dna.graph.session
Class InvalidStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.dna.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.