org.eaglei.ui.gwt.rpc
Class LoggedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eaglei.ui.gwt.rpc.LoggedException
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable

public class LoggedException
extends java.lang.Exception
implements com.google.gwt.user.client.rpc.IsSerializable

Indicates an unexpected server-side exception occurred during processing of an RPC call. The exception has been logged.

Author:
See Also:
Serialized Form

Constructor Summary
LoggedException()
           
LoggedException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggedException

public LoggedException()

LoggedException

public LoggedException(java.lang.String message)


Copyright © 2009-2010 Eagle-I. All Rights Reserved.