org.glassfish.api.admin
Class InvalidCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glassfish.api.admin.CommandException
              extended by org.glassfish.api.admin.InvalidCommandException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCommandException
extends CommandException

See Also:
Serialized Form

Constructor Summary
InvalidCommandException()
          Creates new InvalidCommandException without detail message.
InvalidCommandException(java.lang.String cmdName)
          Constructs an InvalidCommandException with the specified detail message.
InvalidCommandException(java.lang.String msg, java.lang.Throwable cause)
          Constructs a new InvalidCommandException exception with the specified detailed message and cause.
InvalidCommandException(java.lang.Throwable cause)
          Constructs a new InvalidCommandException exception with the specified cause.
 
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

InvalidCommandException

public InvalidCommandException()
Creates new InvalidCommandException without detail message.


InvalidCommandException

public InvalidCommandException(java.lang.String cmdName)
Constructs an InvalidCommandException with the specified detail message.

Parameters:
msg - the detail message.

InvalidCommandException

public InvalidCommandException(java.lang.Throwable cause)
Constructs a new InvalidCommandException exception with the specified cause.


InvalidCommandException

public InvalidCommandException(java.lang.String msg,
                               java.lang.Throwable cause)
Constructs a new InvalidCommandException exception with the specified detailed message and cause.



Copyright © 2012 GlassFish Community. All Rights Reserved.