public class ServiceException extends Exception
VaadinService
layer.Constructor and Description |
---|
ServiceException(String message)
Creates an exception which contains the given message.
|
ServiceException(String message,
Throwable throwable)
Creates an exception which wraps the given throwable and contains the
given message.
|
ServiceException(Throwable throwable)
Creates an exception which wraps the given throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceException(Throwable throwable)
throwable
- the throwable to wrappublic ServiceException(String message)
message
- the messageCopyright © 2022. All rights reserved.