Package com.tridion

Class DeliveryException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EmbeddingException

public class DeliveryException extends Exception
Superclass for all Content Delivery checked exceptions.
See Also:
  • Constructor Details

    • DeliveryException

      public DeliveryException()
    • DeliveryException

      public DeliveryException(String message)
    • DeliveryException

      public DeliveryException(String message, Throwable cause)
    • DeliveryException

      public DeliveryException(Throwable cause)
    • DeliveryException

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