org.state4j.exceptions
Class InvalidOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.state4j.exceptions.InvalidOperationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OperationLockedException

public class InvalidOperationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
InvalidOperationException()
           
InvalidOperationException(java.lang.String arg0)
           
InvalidOperationException(java.lang.String arg0, java.lang.Throwable arg1)
           
InvalidOperationException(java.lang.Throwable arg0)
           
 
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

InvalidOperationException

public InvalidOperationException()

InvalidOperationException

public InvalidOperationException(java.lang.String arg0)

InvalidOperationException

public InvalidOperationException(java.lang.String arg0,
                                 java.lang.Throwable arg1)

InvalidOperationException

public InvalidOperationException(java.lang.Throwable arg0)


Copyright © 2006 . All Rights Reserved.