Package com.tridion
Class EmbeddingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.tridion.DeliveryException
com.tridion.EmbeddingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TridionReflectionException
Deprecated.
Use Java's standard mechanism for linking exceptions.
A base class
Exception that allows another exception to be embedded by the extending class.
NOTE: The ability to link exceptions has been in Java's java.lang.Exception class since Java 1.4.
This class is not necessary; just extend java.lang.Exception instead of this class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.EmbeddingException(String message) Deprecated.EmbeddingException(String message, Throwable cause) Deprecated.EmbeddingException(Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmbeddingException
public EmbeddingException()Deprecated. -
EmbeddingException
Deprecated. -
EmbeddingException
Deprecated. -
EmbeddingException
Deprecated.
-