Class MavenCrypto.MavenCryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.release.util.MavenCrypto.MavenCryptoException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MavenCrypto
Exception thrown when "something" of crypto operation did not succeed. All the code all over the place
was catching sec dispatcher and plexus cipher exceptions just to neglect it (maybe log in DEBUG), so
this is one single exception here.
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString