org.sandev.basics.nodecommon
Class ControlWrapperException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.sandev.basics.structs.SandException
              extended byorg.sandev.basics.nodecommon.ControlWrapperException
All Implemented Interfaces:
java.io.Serializable

public class ControlWrapperException
extends SandException

Base class for all ControlWrapper related exception conditions.

See Also:
Serialized Form

Constructor Summary
ControlWrapperException()
           
ControlWrapperException(java.lang.String msg)
           
ControlWrapperException(java.lang.String msg, java.lang.Throwable cause)
           
ControlWrapperException(java.lang.Throwable cause)
           
 
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

ControlWrapperException

public ControlWrapperException()

ControlWrapperException

public ControlWrapperException(java.lang.String msg)

ControlWrapperException

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

ControlWrapperException

public ControlWrapperException(java.lang.Throwable cause)