Class InvalidPortletTypeStateFilterException

All Implemented Interfaces:
Serializable

@Deprecated public class InvalidPortletTypeStateFilterException extends AppianException
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
Exception thrown when an invalid state filter is specified when using findPortletTypes the state filter can only take one of the STATE_* values specified in PortletType or null
See Also:
  • Constructor Details

    • InvalidPortletTypeStateFilterException

      public InvalidPortletTypeStateFilterException()
      Deprecated.
      Construct a new exception.
    • InvalidPortletTypeStateFilterException

      public InvalidPortletTypeStateFilterException(String message_)
      Deprecated.
      Construct a new exception with a specified message.
      Parameters:
      message_ - The message.