org.logi.crypto.padding
Class PaddingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.logi.crypto.CryptoException
|
+--org.logi.crypto.padding.PaddingException
- All Implemented Interfaces:
- java.io.Serializable
- public class PaddingException
- extends CryptoException
This exception is thrown whenever a malformed CDS is encountered.
- Author:
- Logi Ragnarsson (logir@logi.org)
- See Also:
- Serialized Form
|
Constructor Summary |
PaddingException()
Create a new PaddingException with no message. |
PaddingException(java.lang.String msg)
Create a new InvalidCDSException with the message msg. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PaddingException
public PaddingException()
- Create a new PaddingException with no message.
PaddingException
public PaddingException(java.lang.String msg)
- Create a new InvalidCDSException with the message msg.
Copyright (c) 1997-2001 Logi Ragnarsson - Distributed under the GPL