Package org.glassfish.api.admin
Class InvalidCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.api.admin.CommandException
org.glassfish.api.admin.InvalidCommandException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newInvalidCommandExceptionwithout detail message.InvalidCommandException(String cmdName) Constructs anInvalidCommandExceptionwith the specified detail message.InvalidCommandException(String msg, Throwable cause) Constructs a newInvalidCommandExceptionexception with the specified detailed message and cause.InvalidCommandException(Throwable cause) Constructs a newInvalidCommandExceptionexception with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCommandException
public InvalidCommandException()Creates newInvalidCommandExceptionwithout detail message. -
InvalidCommandException
Constructs anInvalidCommandExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
InvalidCommandException
Constructs a newInvalidCommandExceptionexception with the specified cause. -
InvalidCommandException
Constructs a newInvalidCommandExceptionexception with the specified detailed message and cause.
-