Class SubstitutionException

All Implemented Interfaces:
Serializable

public class SubstitutionException extends SchedulerException
See Also:
  • Constructor Details

    • SubstitutionException

      public SubstitutionException()
      Constructor
    • SubstitutionException

      public SubstitutionException(String msg)
      Constructor with a detailed message.
      Parameters:
      msg - - the associated detailed message
    • SubstitutionException

      public SubstitutionException(Throwable cause)
      Constructor with the underlying cause.
      Parameters:
      cause - - the underlying cause for exception.
    • SubstitutionException

      public SubstitutionException(String msg, Throwable cause)
      Constructor with a detailed message and underlying cause.
      Parameters:
      msg - - the detailed message for the exception.
      cause - - underlying cause for the exception.