org.jtheque.core.managers
Class ManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jtheque.core.managers.ManagerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigException

public class ManagerException
extends java.lang.Exception

A manager exception. This exception encapsulate an other exception who occurs during manager processes.

Author:
Baptiste Wicht
See Also:
Serialized Form

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

ManagerException

public ManagerException(java.lang.Throwable e)
Construct a new ManagerException from another exception.

Parameters:
e - The exception who occurs.


Copyright © 2009 JTheque. All Rights Reserved.