com.massimo.tools.scriptrunner
Class SRException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           com.massimo.tools.scriptrunner.SRException
com.massimo.tools.scriptrunner.SRException
- All Implemented Interfaces: 
- Serializable
- public class SRException 
- extends Exception
Simple wrapper for checked exceptions.
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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-