Class PostConstructException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bobocode.bring.core.exception.PostConstructException
- All Implemented Interfaces:
Serializable
Exception thrown when method annotated with @PostConstruct violates rules of usage such as have parameters.
Extends RuntimeException.
- Since:
- 1.0
- Author:
- Blyzhnytsia Team
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPostConstructException
(Throwable cause) Constructs a PostConstructException with the specified 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
-
POST_CONSTRUCT_EXCEPTION_MESSAGE
- See Also:
-
-
Constructor Details
-
PostConstructException
Constructs a PostConstructException with the specified message.- Parameters:
cause
- The Throwable cause for this exception
-