public class InvalidCommandRequestException extends Exception
| Constructor and Description |
|---|
InvalidCommandRequestException() |
InvalidCommandRequestException(String message) |
InvalidCommandRequestException(String message,
Throwable cause) |
InvalidCommandRequestException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
InvalidCommandRequestException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidCommandRequestException()
public InvalidCommandRequestException(String message)
public InvalidCommandRequestException(String message, Throwable cause)
public InvalidCommandRequestException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public InvalidCommandRequestException(Throwable cause)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.