Class NoSuchTypeException

All Implemented Interfaces:
Serializable

public class NoSuchTypeException extends RuntimeException
See Also:
  • Constructor Details

    • NoSuchTypeException

      public NoSuchTypeException()
    • NoSuchTypeException

      public NoSuchTypeException(String message)
    • NoSuchTypeException

      public NoSuchTypeException(Throwable cause)
    • NoSuchTypeException

      public NoSuchTypeException(String message, Throwable cause)