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

public static class MavenCrypto.MavenCryptoException extends Exception
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: