Class ServiceAccessControlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.aristaflow.adept2.base.service.ADEPT2ServiceException
de.aristaflow.adept2.base.service.ServiceAccessControlException
- All Implemented Interfaces:
Serializable
Thrown if the access to the service, to the method, or to the method
concerning the provided parameters, is denied
- Author:
- Kevin Goeser
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceAccessControlException(String message) Constructor with an exception message.ServiceAccessControlException(String message, Throwable cause) Constructor with message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceAccessControlException
Constructor with an exception message.- Parameters:
message- Exception message.
-
ServiceAccessControlException
Constructor with message and cause.- Parameters:
message- Exception message.cause- Causing exception.
-