org.glassfish.api.admin
Class CommandValidationException

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.CommandValidationException
All Implemented Interfaces:
java.io.Serializable

public class CommandValidationException
extends CommandException

See Also:
Serialized Form

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

CommandValidationException

public CommandValidationException()
Creates a new CommandValidationException without detail message.


CommandValidationException

public CommandValidationException(java.lang.String msg)
Constructs a CommandValidationException with the specified detail message.

Parameters:
msg - the detail message.

CommandValidationException

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


CommandValidationException

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



Copyright © 2012 GlassFish Community. All Rights Reserved.