public class ServiceException extends RuntimeException
Constructor and Description |
---|
ServiceException(AbstractBaseExceptionEnum exception) |
ServiceException(Integer code,
String errorMessage) |
Modifier and Type | Method and Description |
---|---|
Integer |
getCode() |
String |
getErrorMessage() |
void |
setCode(Integer code) |
void |
setErrorMessage(String errorMessage) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceException(AbstractBaseExceptionEnum exception)
Copyright © 2018. All rights reserved.