Class StringSubstitutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.enterprise.admin.servermgmt.stringsubs.StringSubstitutionException
All Implemented Interfaces:
Serializable

public class StringSubstitutionException extends Exception
Exception associated with string substitution.
See Also:
  • Constructor Details

    • StringSubstitutionException

      public StringSubstitutionException(String msg, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      See Also:
    • StringSubstitutionException

      public StringSubstitutionException(Throwable cause)
      Constructs a new exception with the specified cause
      See Also:
    • StringSubstitutionException

      public StringSubstitutionException(String msg)
      Constructs a new exception with the specified detail message.
      See Also: