Class StringSubstitutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.enterprise.admin.servermgmt.stringsubs.StringSubstitutionException
- All Implemented Interfaces:
Serializable
Exception associated with string substitution.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new exception with the specified detail message.StringSubstitutionException(String msg, Throwable cause) Constructs a new exception with the specified detail message and cause.Constructs a new exception with the specified cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StringSubstitutionException
Constructs a new exception with the specified detail message and cause.- See Also:
-
StringSubstitutionException
Constructs a new exception with the specified cause- See Also:
-
StringSubstitutionException
Constructs a new exception with the specified detail message.- See Also:
-