public class ServiceException extends Exception
| Constructor and Description |
|---|
ServiceException()
Creates a new ServiceException object.
|
ServiceException(String message)
Creates a new ServiceException object.
|
ServiceException(String message,
Throwable cause)
Creates a new ServiceException object.
|
ServiceException(Throwable cause)
Creates a new ServiceException object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceException()
public ServiceException(String message, Throwable cause)
message. - cause. - public ServiceException(String message)
message. - public ServiceException(Throwable cause)
cause. - Copyright © 2018. All rights reserved.