org.w3c.jigsaw.ssi.commands
Class ControlCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.w3c.jigsaw.ssi.commands.ControlCommandException
All Implemented Interfaces:
java.io.Serializable

public class ControlCommandException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ControlCommandException(java.lang.String msg)
           
ControlCommandException(java.lang.String name, java.lang.String msg)
           
 
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

ControlCommandException

public ControlCommandException(java.lang.String msg)

ControlCommandException

public ControlCommandException(java.lang.String name,
                               java.lang.String msg)