public class RemoteEventServiceRuntimeException extends RuntimeException
RemoteEventServiceRuntimeException
is an general exception for GWTEventService
that should primarily be used when there is no way to throw a checked exception for example within a callback.Constructor and Description |
---|
RemoteEventServiceRuntimeException(String aMessage)
Creates a new
RemoteEventServiceRuntimeException with a message. |
RemoteEventServiceRuntimeException(String aMessage,
Throwable aThrowable)
Creates a new
RemoteEventServiceRuntimeException with a message and a cause throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RemoteEventServiceRuntimeException(String aMessage)
RemoteEventServiceRuntimeException
with a message.aMessage
- messagepublic RemoteEventServiceRuntimeException(String aMessage, Throwable aThrowable)
RemoteEventServiceRuntimeException
with a message and a cause throwable.aMessage
- messageaThrowable
- throwableCopyright © 2012. All Rights Reserved.