Class NotConstructableException

All Implemented Interfaces:
Serializable

public class NotConstructableException extends IllegalArgumentException
Invoked when a instance provider indicates that a given type cannot or should not be constructed under any circumstances.
See Also:
  • Constructor Details

    • NotConstructableException

      public NotConstructableException()
      Construct a new not constructable exception.
    • NotConstructableException

      public NotConstructableException(String message)
      Construct a new not constructable exception with a custom message.
      Parameters:
      message - - detail message
    • NotConstructableException

      public NotConstructableException(String message, Throwable cause)
      Construct a new not constructable exception with a custom message and cause.
      Parameters:
      message - - detail message
      cause - - cause
    • NotConstructableException

      public NotConstructableException(Throwable cause)
      Construct a new not constructable exception with a custom cause.
      Parameters:
      cause - - cause