public class ServiceException extends Exception
Constructor and Description |
---|
ServiceException(int errorCode,
String message) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceException(int errorCode, String message)
public int getErrorCode()
public String getMessage()
getMessage
in class Throwable
Copyright © 2022. All rights reserved.