Package org.glassfish.api.admin
Class CommandValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.api.admin.CommandException
org.glassfish.api.admin.CommandValidationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newCommandValidationExceptionwithout detail message.Constructs aCommandValidationExceptionwith the specified detail message.CommandValidationException(String msg, Throwable cause) Constructs a newCommandValidationExceptionexception with the specified detailed message and cause.Constructs a newCommandValidationExceptionexception 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
-
CommandValidationException
public CommandValidationException()Creates a newCommandValidationExceptionwithout detail message. -
CommandValidationException
Constructs aCommandValidationExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
CommandValidationException
Constructs a newCommandValidationExceptionexception with the specified cause. -
CommandValidationException
Constructs a newCommandValidationExceptionexception with the specified detailed message and cause.
-