public class EventServiceException extends Exception
EventServiceException
is an general exception for GWTEventService
that should primarily be used for public interfaces which are used to exchange implementations.Constructor and Description |
---|
EventServiceException(String aMessage)
Creates a new
EventServiceException with a message. |
EventServiceException(String aMessage,
Throwable aThrowable)
Creates a new
EventServiceException with a message and a cause throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EventServiceException(String aMessage)
EventServiceException
with a message.aMessage
- messagepublic EventServiceException(String aMessage, Throwable aThrowable)
EventServiceException
with a message and a cause throwable.aMessage
- messageaThrowable
- throwableCopyright © 2012. All Rights Reserved.