Class 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 Detail

      • ServiceAccessControlException

        public ServiceAccessControlException​(String message)
        Constructor with an exception message.
        Parameters:
        message - Exception message.
      • ServiceAccessControlException

        public ServiceAccessControlException​(String message,
                                             Throwable cause)
        Constructor with message and cause.
        Parameters:
        message - Exception message.
        cause - Causing exception.