public class CommandExecutionException extends Exception
Constructor and Description |
---|
CommandExecutionException()
Creates a new
CommandExecutionException instance. |
CommandExecutionException(String message)
Creates a new
CommandExecutionException taking a message. |
CommandExecutionException(String message,
Throwable throwable)
Creates a new
CommandExecutionException taking a message and a causing throwable. |
CommandExecutionException(Throwable throwable)
Creates a new
CommandExecutionException taking a causing throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommandExecutionException()
CommandExecutionException
instance.public CommandExecutionException(String message)
CommandExecutionException
taking a message.message
- A message describing the exception.public CommandExecutionException(Throwable throwable)
CommandExecutionException
taking a causing throwable.throwable
- A throwable causing the exception.public CommandExecutionException(String message, Throwable throwable)
CommandExecutionException
taking a message and a causing throwable.message
- A message describing the exception.throwable
- A throwable causing the exception.Copyright © 2005–2016 The JOMC Project. All rights reserved.