Class StandardNotFoundException

All Implemented Interfaces:
Serializable

public class StandardNotFoundException extends AbstractCheckedException
Thrown when the specified standard is not found.
Since:
2.2
See Also:
  • Constructor Details

    • StandardNotFoundException

      public StandardNotFoundException(String message)
      Constructs an StandardNotFoundException with the specified detail message.
      Parameters:
      message - The detail message (that is saved for later retrieval by the AbstractCheckedException.getMessage() method).