Class MethodAccessException

  • All Implemented Interfaces:
    Serializable

    public class MethodAccessException
    extends Exception
    Error which indicates that user doesn't have access to a method
    See Also:
    Serialized Form
    • Constructor Detail

      • MethodAccessException

        public MethodAccessException​(String methodName)
        Constructs the exception. Access type is set to api
        Parameters:
        methodName - Name of method
      • MethodAccessException

        public MethodAccessException​(String methodName,
                                     String accessType)
        Constructs the exception
        Parameters:
        methodName - Name of method
        accessType - Type of method access