Package com.tridion
Class DeliveryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.tridion.DeliveryException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EmbeddingException
Superclass for all Content Delivery checked exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeliveryException(String message) DeliveryException(String message, Throwable cause) DeliveryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) DeliveryException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeliveryException
public DeliveryException() -
DeliveryException
-
DeliveryException
-
DeliveryException
-
DeliveryException
-