public class ProcessingException extends EmbeddingException
ProcessingException
is used to indicate an error condition that occurred while deploying content.Constructor and Description |
---|
ProcessingException(String message)
Constructs a new
ProcessingException with the passed detail message and null as its
embedded Throwable . |
ProcessingException(String message,
Throwable embedded)
Constructs a new
ProcessingException with the specified detail message and an embedded
Throwable . |
ProcessingException(Throwable embedded)
Constructs a new
ProcessingException with the specified embedded Throwable and
null as its detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProcessingException(String message)
ProcessingException
with the passed detail message and null
as its
embedded Throwable
.message
- The detail message.public ProcessingException(Throwable embedded)
ProcessingException
with the specified embedded Throwable
and
null
as its detail message.embedded
- Throwable
to embed within this one.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries