public abstract class AbstractCommandRuntimeException extends AbstractException
AbstractException.AbstractHiddenException, AbstractException.AbstractRuntimeException
ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodeProperty
Constructor and Description |
---|
AbstractCommandRuntimeException(String message) |
AbstractCommandRuntimeException(String aMessage,
String aErrorCode) |
AbstractCommandRuntimeException(String message,
Throwable cause) |
AbstractCommandRuntimeException(String aMessage,
Throwable aCause,
String aErrorCode) |
AbstractCommandRuntimeException(Throwable cause) |
AbstractCommandRuntimeException(Throwable aCause,
String aErrorCode) |
getErrorCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AbstractCommandRuntimeException(String aMessage, String aErrorCode)
public AbstractCommandRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
public AbstractCommandRuntimeException(String message, Throwable cause)
public AbstractCommandRuntimeException(String message)
public AbstractCommandRuntimeException(Throwable aCause, String aErrorCode)
public AbstractCommandRuntimeException(Throwable cause)
Copyright © 2015. All rights reserved.