Package com.tridion

Class EmbeddingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TridionReflectionException

@Deprecated public abstract class EmbeddingException extends DeliveryException
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 Details

    • EmbeddingException

      public EmbeddingException()
      Deprecated.
    • EmbeddingException

      public EmbeddingException(String message)
      Deprecated.
    • EmbeddingException

      public EmbeddingException(Throwable cause)
      Deprecated.
    • EmbeddingException

      public EmbeddingException(String message, Throwable cause)
      Deprecated.