com.tensegrity.palowebviewer.modules.engine.client.exceptions
Class PaloWebViewerSerializableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.gwt.user.client.rpc.SerializableException
              extended by com.tensegrity.palowebviewer.modules.engine.client.exceptions.PaloWebViewerSerializableException
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable
Direct Known Subclasses:
AuthenticationException, InvalidObjectPathException

public class PaloWebViewerSerializableException
extends com.google.gwt.user.client.rpc.SerializableException

This exception servers as base exceptions for all WPalo excpetions

See Also:
Serialized Form

Constructor Summary
PaloWebViewerSerializableException()
          default constructor needed to deserialization
PaloWebViewerSerializableException(java.lang.String msg)
          Constructor with description for base exception
 
Method Summary
 
Methods inherited from class com.google.gwt.user.client.rpc.SerializableException
getCause, getMessage, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PaloWebViewerSerializableException

public PaloWebViewerSerializableException()
default constructor needed to deserialization


PaloWebViewerSerializableException

public PaloWebViewerSerializableException(java.lang.String msg)
Constructor with description for base exception

Parameters:
msg - describes exception