public final class AddCodeException extends RuntimeException
| Constructor and Description | 
|---|
AddCodeException(String reasonType)  | 
AddCodeException(String message,
                String reasonType)  | 
AddCodeException(String message,
                Throwable cause,
                boolean enableSuppression,
                boolean writableStackTrace,
                String reasonType)  | 
AddCodeException(String message,
                Throwable cause,
                String reasonType)  | 
AddCodeException(Throwable cause,
                String reasonType)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
String | 
getReasonType()
The reason type for why the code could not be added. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic AddCodeException(String reasonType)
Copyright © 2021. All rights reserved.