com.dtolabs.rundeck.core
Class CoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.dtolabs.rundeck.core.CoreException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthorizationException, NodesetEmptyException

public class CoreException
extends java.lang.RuntimeException

CoreException, base exception class for the core framework

See Also:
Serialized Form

Constructor Summary
CoreException(java.lang.String msg)
           
CoreException(java.lang.String msg, java.lang.Throwable e)
           
CoreException(java.lang.Throwable e)
           
 
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

CoreException

public CoreException(java.lang.String msg)

CoreException

public CoreException(java.lang.String msg,
                     java.lang.Throwable e)

CoreException

public CoreException(java.lang.Throwable e)