Class UnknownDocumentTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.krad.datadictionary.exception.UnknownDocumentTypeException
All Implemented Interfaces:
Serializable

public class UnknownDocumentTypeException extends RuntimeException
This class represents an UnknownDocumentTypeException.
See Also:
  • Constructor Details

    • UnknownDocumentTypeException

      public UnknownDocumentTypeException(String message)
      Create an UnknownDocumentTypeException with the given message
      Parameters:
      message -
    • UnknownDocumentTypeException

      public UnknownDocumentTypeException(String message, Throwable cause)
      Create an UnknownDocumentTypeException with the given message and cause
      Parameters:
      message -
      cause -