Class ResourceDisabledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.appian.komodo.api.exceptions.KougarException
com.appiancorp.services.exceptions.ResourceDisabledException
All Implemented Interfaces:
Serializable

public class ResourceDisabledException extends com.appian.komodo.api.exceptions.KougarException
This exception is thrown when a user attempts to access a resource (for example, a service API) which is disabled (ie, turned off).
See Also:
  • Constructor Details

    • ResourceDisabledException

      public ResourceDisabledException(String resourceName_, String username_)
    • ResourceDisabledException

      public ResourceDisabledException(String resourceName_, String username_, String message_)
  • Method Details

    • getResourceName

      public String getResourceName()
      Returns the name of the resource that is disabled.
    • getUsername

      public String getUsername()
      Returns the username of the user who attempted to access the resource.