NextApp Echo3
v3.0.b4

nextapp.echo.webcontainer
Class SynchronizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by nextapp.echo.webcontainer.SynchronizationException
All Implemented Interfaces:
java.io.Serializable

public class SynchronizationException
extends java.io.IOException

An exception representing a failure in the client-server synchronization process.

See Also:
Serialized Form

Constructor Summary
SynchronizationException(java.lang.String message, java.lang.Throwable cause)
          Creates a new SynchronizationException.
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

SynchronizationException

public SynchronizationException(java.lang.String message,
                                java.lang.Throwable cause)
Creates a new SynchronizationException.

Parameters:
message - the exception message
cause - the (if applicable) causal exception
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable
See Also:
Throwable.getCause()

NextApp Echo3
v3.0.b4