Package com.google.gwt.logging.server
Class RemoteLoggingServiceUtil.RemoteLoggingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.gwt.logging.server.RemoteLoggingServiceUtil.RemoteLoggingException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- RemoteLoggingServiceUtil
public static class RemoteLoggingServiceUtil.RemoteLoggingException extends java.lang.Exception
Exceptions that may occur during remote logging.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteLoggingException(java.lang.String message)
RemoteLoggingException(java.lang.String message, java.lang.Throwable t)
-