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
public final class ServiceAccessControlException extends ADEPT2ServiceException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceAccessControlException(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 Detail
-
ServiceAccessControlException
public ServiceAccessControlException(String message)
Constructor with an exception message.- Parameters:
message
- Exception message.
-
-