com.objectwave.appArch.admin
Class UnsupportedCommand

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.objectwave.appArch.admin.UnsupportedCommand
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedCommand
extends java.lang.Exception

Version:
$Id: UnsupportedCommand.java,v 1.1 2001/10/12 21:59:11 dave_hoag Exp $
Author:
dhoag
See Also:
Serialized Form

Field Summary
 java.lang.String reason
           
 
Constructor Summary
UnsupportedCommand()
          Constructor for the UnsupportedCommand object
UnsupportedCommand(java.lang.String reason)
          Constructor for the UnsupportedCommand object
 
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
 

Field Detail

reason

public java.lang.String reason
Constructor Detail

UnsupportedCommand

public UnsupportedCommand()
Constructor for the UnsupportedCommand object


UnsupportedCommand

public UnsupportedCommand(java.lang.String reason)
Constructor for the UnsupportedCommand object

Parameters:
reason -