Package org.codehaus.mojo.keytool
Class UnsupportedKeyToolRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.shared.utils.cli.javatool.JavaToolException
-
- org.codehaus.mojo.keytool.UnsupportedKeyToolRequestException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedKeyToolRequestException extends org.apache.maven.shared.utils.cli.javatool.JavaToolExceptionSignals that a request can not be consumed by the underlined keytool implementation.- Since:
- 1.3
- Author:
- tchemit
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedKeyToolRequestException(String message)Constructor for UnsupportedKeyToolRequestException.UnsupportedKeyToolRequestException(String message, Throwable cause)Constructor for UnsupportedKeyToolRequestException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-