org.jtheque.core.managers.state
Class StateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jtheque.core.managers.state.StateException
All Implemented Interfaces:
java.io.Serializable

public final class StateException
extends java.lang.Exception

A state exception.

Author:
Baptiste Wicht
See Also:
Serialized Form

Constructor Summary
StateException(java.lang.Throwable e)
          Construct a new StateException.
 
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

StateException

public StateException(java.lang.Throwable e)
Construct a new StateException.

Parameters:
e - The parent exception.


Copyright © 2009 JTheque. All Rights Reserved.