org.sdnplatform.sync.error
Class SyncRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sdnplatform.sync.error.SyncRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class SyncRuntimeException
extends java.lang.RuntimeException

A runtime exception that wraps a SyncException. This is thrown from standard interfaces that don't support an appropriate exceptional type.

Author:
readams
See Also:
Serialized Form

Constructor Summary
SyncRuntimeException(java.lang.String message, SyncException cause)
           
SyncRuntimeException(SyncException cause)
           
 
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

SyncRuntimeException

public SyncRuntimeException(java.lang.String message,
                            SyncException cause)

SyncRuntimeException

public SyncRuntimeException(SyncException cause)