Class PermissionException

All Implemented Interfaces:
Serializable

public class PermissionException extends CloudcraftException
Exception thrown when API access to Cloudcraft fails because the user does not have authority to perform the requested operation. In this case, server would have responded with HTTP Status 403.
See Also:
  • Constructor Details

    • PermissionException

      public PermissionException(ErrorResponse error)