Class StructureRuntimeException

Object
Throwable
Exception
RuntimeException
StructureRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ItemTypeNotFoundException, MissingRowException

@PublicApi public class StructureRuntimeException extends RuntimeException
StructureRuntimeException, or its subclass, is thrown when a Structure service experiences an unexpected error, which is not part of the service's contract.
See Also:
  • Constructor Details

    • StructureRuntimeException

      public StructureRuntimeException(String message)
    • StructureRuntimeException

      public StructureRuntimeException(String message, Throwable cause)
    • StructureRuntimeException

      public StructureRuntimeException(Throwable cause)