Package org.trustdeck.exception
Class ProjectOIDCException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.trustdeck.exception.ProjectOIDCException
- All Implemented Interfaces:
Serializable
This class represents an exception when handling OIDC
rights and roles while handling a project went wrong.
- Author:
- Armin Müller
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProjectOIDCException(String projectName) Constructor that also defines the name of the project causing the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProjectOIDCException
Constructor that also defines the name of the project causing the exception.- Parameters:
projectName- the name of the exception-causing domain
-