public class TridionReflectionException extends EmbeddingException
Constructor and Description |
---|
TridionReflectionException(String message)
Constructs a new
TridionReflectionException with the passed detail message
and null as its embedded Throwable . |
TridionReflectionException(String message,
Throwable embedded)
Constructs a new
TridionReflectionException with the specified detail message and an embedded
Throwable . |
TridionReflectionException(Throwable embedded)
Constructs a new
TridionReflectionException 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 TridionReflectionException(String message)
TridionReflectionException
with the passed detail message
and null
as its embedded Throwable
.message
- The detail message.public TridionReflectionException(Throwable embedded)
TridionReflectionException
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