Class PortalException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FileSystemMetadataException, NoActiveSessionException, UnknownActionException, UnknownApplicationException, UnknownCustomSchemaElement, UnknownDynamicContainerException, UnknownFunctionCallException, UnknownMappingException, UnknownMaskCallException, UnknownModuleException, UnknownServiceCallException, UnsupportedConnectionException

public class PortalException extends AppException
Base type for exception originating from the portal engine.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • PortalException

      public PortalException(String message)
      Basic constructor with only a message explaining the cause of the error.
      Parameters:
      message - The message explaining the error that occurred.
    • PortalException

      public PortalException(String message, Throwable cause)
      Constructor with both a message and an exception explaining the cause of the error.
      Parameters:
      message - The message explaining the error that occurred.
      cause - The original cause of the error.