java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.qubership.atp.auth.springbootstarter.exceptions.AtpException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AtpEntityNotFoundException, AtpExternalForbiddenException, AtpIllegalNullableArgumentException, AtpKafkaListenerContainerFactoryException, AtpRequestValidationException

@ResponseStatus(value=INTERNAL_SERVER_ERROR, reason="ATP-0000") public class AtpException extends RuntimeException
See Also:
  • Field Details

  • Constructor Details

    • AtpException

      public AtpException()
      Default constructor.
    • AtpException

      public AtpException(String message)
      Constructor from String exception message.
      Parameters:
      message - String exception message.