public class RenameAcrossNamingProvidersException extends NamingException
remainingName, resolvedName, resolvedObj, rootException
Constructor and Description |
---|
RenameAcrossNamingProvidersException()
Constructs a new
RenameAcrossNamingProvidersException instance. |
RenameAcrossNamingProvidersException(String msg)
Constructs a new
RenameAcrossNamingProvidersException instance with an initial message. |
RenameAcrossNamingProvidersException(String msg,
Throwable cause)
Constructs a new
RenameAcrossNamingProvidersException instance with an initial message and cause. |
RenameAcrossNamingProvidersException(Throwable cause)
Constructs a new
RenameAcrossNamingProvidersException instance with an initial cause. |
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public RenameAcrossNamingProvidersException()
RenameAcrossNamingProvidersException
instance. The message is left blank (null
), and
no cause is specified.public RenameAcrossNamingProvidersException(String msg)
RenameAcrossNamingProvidersException
instance with an initial message. No cause is
specified.msg
- the messagepublic RenameAcrossNamingProvidersException(Throwable cause)
RenameAcrossNamingProvidersException
instance with an initial cause. If a non-null
cause is specified, its message is used to initialize the message of this RenameAcrossNamingProvidersException
;
otherwise the message is left blank (null
).cause
- the causeCopyright © 2021 JBoss by Red Hat. All rights reserved.