public abstract class RemotingRuntimeException
extends org.refcodes.exception.AbstractRuntimeException
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 |
---|
RemotingRuntimeException(String message)
Instantiates a new remoting runtime exception.
|
RemotingRuntimeException(String aMessage,
String aErrorCode)
Instantiates a new remoting runtime exception.
|
RemotingRuntimeException(String message,
Throwable cause)
Instantiates a new remoting runtime exception.
|
RemotingRuntimeException(String aMessage,
Throwable aCause,
String aErrorCode)
Instantiates a new remoting runtime exception.
|
RemotingRuntimeException(Throwable cause)
Instantiates a new remoting runtime exception.
|
RemotingRuntimeException(Throwable aCause,
String aErrorCode)
Instantiates a new remoting runtime exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RemotingRuntimeException(String aMessage, String aErrorCode)
aMessage
- the a messageaErrorCode
- the a error codepublic RemotingRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
aMessage
- the a messageaCause
- the a causeaErrorCode
- the a error codepublic RemotingRuntimeException(String message, Throwable cause)
message
- the messagecause
- the causepublic RemotingRuntimeException(String message)
message
- the messagepublic RemotingRuntimeException(Throwable aCause, String aErrorCode)
aCause
- the a causeaErrorCode
- the a error codepublic RemotingRuntimeException(Throwable cause)
cause
- the causeCopyright © 2017. All rights reserved.