Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.security.GeneralSecurityException | +----javax.crypto.NoSuchPaddingException
Constructor Summary | |
NoSuchPaddingException()
|
|
NoSuchPaddingException(java.lang.String msg)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NoSuchPaddingException()
public NoSuchPaddingException(java.lang.String msg)
msg
- the detail message.
Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |