Class RuntimeScriptingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.shibboleth.utilities.java.support.scripting.RuntimeScriptingException
-
- All Implemented Interfaces:
Serializable
public class RuntimeScriptingException extends RuntimeException
A run time exception to handle ligatured off methods in our JRS-223 support.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDserialVersionUID.
-
Constructor Summary
Constructors Constructor Description RuntimeScriptingException(String message)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
serialVersionUID.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RuntimeScriptingException
public RuntimeScriptingException(String message)
Constructor.- Parameters:
message- the message.
-
-