Class CommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.api.admin.CommandException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, CommandValidationException, InvalidCommandException, SSHCommandExecutionException

public class CommandException extends Exception
See Also:
  • Constructor Details

    • CommandException

      public CommandException()
      Creates new CommandException without detail message.
    • CommandException

      public CommandException(String msg)
      Constructs a CommandException with the specified detail message.
      Parameters:
      msg - the detail message.
    • CommandException

      public CommandException(Throwable cause)
      Constructs a new CommandException exception with the specified cause.
    • CommandException

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