org.nees.util.sessions
Class ExecutionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.nees.util.sessions.SessionException
              extended byorg.nees.util.sessions.ExecutionException
All Implemented Interfaces:
java.io.Serializable

public class ExecutionException
extends SessionException

Thrown when there is a problem executing a batch of commands

See Also:
Serialized Form

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

ExecutionException

public ExecutionException(java.lang.String msg)

ExecutionException

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