@Deprecated public abstract class EmbeddingException extends DeliveryException
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.Constructor and Description |
---|
EmbeddingException()
Deprecated.
|
EmbeddingException(String message)
Deprecated.
|
EmbeddingException(String message,
Throwable cause)
Deprecated.
|
EmbeddingException(Throwable cause)
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries