Class InvalidPortletTypeStateException

All Implemented Interfaces:
Serializable

@Deprecated public class InvalidPortletTypeStateException 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 is specified for a Portlet type, the state field can only take one of the STATE_* values specified in PortletType
See Also:
  • Constructor Details

    • InvalidPortletTypeStateException

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

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