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