Class AtpException
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.AtpException(String message) Constructor from String exception message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DEFAULT_MESSAGE
Default fixed exception message.- See Also:
-
-
Constructor Details
-
AtpException
public AtpException()Default constructor. -
AtpException
Constructor from String exception message.- Parameters:
message- String exception message.
-