|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.glassfish.api.admin.CommandException
org.glassfish.api.admin.CommandValidationException
public class CommandValidationException
| Constructor Summary | |
|---|---|
CommandValidationException()
Creates a new CommandValidationException without
detail message. |
|
CommandValidationException(java.lang.String msg)
Constructs a CommandValidationException with the specified
detail message. |
|
CommandValidationException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a new CommandValidationException exception with
the specified detailed message and cause. |
|
CommandValidationException(java.lang.Throwable cause)
Constructs a new CommandValidationException 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 |
|---|
public CommandValidationException()
CommandValidationException without
detail message.
public CommandValidationException(java.lang.String msg)
CommandValidationException with the specified
detail message.
msg - the detail message.public CommandValidationException(java.lang.Throwable cause)
CommandValidationException exception with
the specified cause.
public CommandValidationException(java.lang.String msg,
java.lang.Throwable cause)
CommandValidationException exception with
the specified detailed message and cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||