public class NoSuchProxyException extends RemotingException
org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty
Constructor and Description |
---|
NoSuchProxyException(String message)
Instantiates a new no such proxy exception.
|
NoSuchProxyException(String aMessage,
String aErrorCode)
Instantiates a new no such proxy exception.
|
NoSuchProxyException(String message,
Throwable cause)
Instantiates a new no such proxy exception.
|
NoSuchProxyException(String aMessage,
Throwable aCause,
String aErrorCode)
Instantiates a new no such proxy exception.
|
NoSuchProxyException(Throwable cause)
Instantiates a new no such proxy exception.
|
NoSuchProxyException(Throwable aCause,
String aErrorCode)
Instantiates a new no such proxy exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchProxyException(String aMessage, String aErrorCode)
aMessage
- the a messageaErrorCode
- the a error codepublic NoSuchProxyException(String aMessage, Throwable aCause, String aErrorCode)
aMessage
- the a messageaCause
- the a causeaErrorCode
- the a error codepublic NoSuchProxyException(String message, Throwable cause)
message
- the messagecause
- the causepublic NoSuchProxyException(String message)
message
- the messagepublic NoSuchProxyException(Throwable aCause, String aErrorCode)
aCause
- the a causeaErrorCode
- the a error codepublic NoSuchProxyException(Throwable cause)
cause
- the causeCopyright © 2018. All rights reserved.