public abstract class CommandAbstractException extends Exception
Modifier and Type | Field and Description |
---|---|
ReplyCode |
code
Associated code
|
String |
message
Associated Message if any
|
Modifier | Constructor and Description |
---|---|
protected |
CommandAbstractException(ReplyCode code,
String message)
Simplest constructor
|
protected |
CommandAbstractException(ReplyCode code,
String message,
Throwable e)
Constructor with Throwable
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Copyright © 2009–2020 Waarp. All rights reserved.