javax.crypto
public class: NoSuchPaddingException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.crypto.NoSuchPaddingException
All Implemented Interfaces:
Serializable
This exception is thrown when a particular padding mechanism is
requested but is not available in the environment.
- author:
Jan
- Luehe
- since:
1.4
-
Methods from java.lang.Throwable: |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getStackTraceDepth, getStackTraceElement, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |