Package com.tridion

Class DeliveryRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnauthorizedException

public class DeliveryRuntimeException extends RuntimeException
Superclass for all Content Delivery unchecked exceptions.
See Also:
  • Constructor Details

    • DeliveryRuntimeException

      public DeliveryRuntimeException()
    • DeliveryRuntimeException

      public DeliveryRuntimeException(String message)
    • DeliveryRuntimeException

      public DeliveryRuntimeException(String message, Throwable cause)
    • DeliveryRuntimeException

      public DeliveryRuntimeException(Throwable cause)
    • DeliveryRuntimeException

      public DeliveryRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)