org.sandev.TaskHeap.UpdateManager
Class UpdateManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sandev.basics.structs.SandException
              extended by org.sandev.TaskHeap.UpdateManager.UpdateManagerException
All Implemented Interfaces:
java.io.Serializable

public class UpdateManagerException
extends org.sandev.basics.structs.SandException

An exception for update processing problems.

See Also:
Serialized Form

Constructor Summary
UpdateManagerException()
           
UpdateManagerException(java.lang.String msg)
           
UpdateManagerException(java.lang.String msg, java.lang.Throwable cause)
           
UpdateManagerException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.sandev.basics.structs.SandException
getRootCause
 
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

UpdateManagerException

public UpdateManagerException()

UpdateManagerException

public UpdateManagerException(java.lang.String msg)

UpdateManagerException

public UpdateManagerException(java.lang.String msg,
                              java.lang.Throwable cause)

UpdateManagerException

public UpdateManagerException(java.lang.Throwable cause)