public class KeyToolException extends Exception
KeyToolResult.getExitCode(),
Serialized Form| Constructor and Description |
|---|
KeyToolException(String message)
Creates a new exception using the specified detail message.
|
KeyToolException(String message,
Throwable cause)
Creates a new exception using the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KeyToolException(String message, Throwable cause)
message - The detail message for this exception, may be null.cause - The nested exception, may be null.public KeyToolException(String message)
message - The detail message for this exception, may be null.Copyright © 2012-2013 Codehaus. All Rights Reserved.