public class ServiceException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
String |
classService |
| Constructor and Description |
|---|
ServiceException(Class classService,
String message,
Throwable cause)
Constructor for ServiceException.
|
ServiceException(String message)
Constructor for ServiceException.
|
ServiceException(String message,
Throwable cause)
Constructor for ServiceException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassService()
Gets the class service that cause the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String classService
public ServiceException(Class classService, String message, Throwable cause)
classService - the class servicemessage - the message of exceptioncause - the cause of exceptionpublic ServiceException(String message, Throwable cause)
message - the message of exceptioncause - the cause of exceptionpublic ServiceException(String message)
message - the message of exceptionpublic String getClassService()
Copyright © 2011–2015 eXo Platform SAS. All rights reserved.