Class InvalidPortletTypeDefinitionException

All Implemented Interfaces:
Serializable

@Deprecated public class InvalidPortletTypeDefinitionException extends AppianException
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
Exception thrown when the system tries to retrieve a Portlet Type with a definition that does not exist in the database.
See Also:
  • Constructor Details

    • InvalidPortletTypeDefinitionException

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

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