org.vectomatic.common.rpc
Class DrawingServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.vectomatic.common.rpc.DrawingServiceException
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable

public class DrawingServiceException
extends Exception
implements com.google.gwt.user.client.rpc.IsSerializable

See Also:
Serialized Form

Field Summary
static int IMPORT_FORMAT
           
static int INEXISTING_DRAWINGID
           
static int QUOTA_EXCEEDED
           
 
Constructor Summary
DrawingServiceException()
           
DrawingServiceException(int id)
           
 
Method Summary
 int getId()
           
 
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
 

Field Detail

INEXISTING_DRAWINGID

public static final int INEXISTING_DRAWINGID
See Also:
Constant Field Values

QUOTA_EXCEEDED

public static final int QUOTA_EXCEEDED
See Also:
Constant Field Values

IMPORT_FORMAT

public static final int IMPORT_FORMAT
See Also:
Constant Field Values
Constructor Detail

DrawingServiceException

public DrawingServiceException()

DrawingServiceException

public DrawingServiceException(int id)
Method Detail

getId

public int getId()


Copyright © 2010. All Rights Reserved.