Class TypeNotFoundException

All Implemented Interfaces:
Serializable

public class TypeNotFoundException extends AbstractCheckedException
Thrown when the specified object type definition can not be found in the system.
Since:
1.7
See Also:
  • Constructor Details

    • TypeNotFoundException

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