com.massimo.tools.scriptrunner
Class SRException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.massimo.tools.scriptrunner.SRException
All Implemented Interfaces:
Serializable

public class SRException
extends Exception

Simple wrapper for checked exceptions.

See Also:
Serialized Form

Constructor Summary
SRException()
          ScriptRunner exception
SRException(String message)
           
SRException(String message, Throwable cause)
           
SRException(Throwable cause)
           
 
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

SRException

public SRException()
ScriptRunner exception


SRException

public SRException(String message)
Parameters:
message -

SRException

public SRException(String message,
                   Throwable cause)
Parameters:
message -
cause -

SRException

public SRException(Throwable cause)
Parameters:
cause -