org.mozilla.jss.crypto
Class NoSuchPaddingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.mozilla.jss.crypto.NoSuchPaddingException

public class NoSuchPaddingException
extends java.lang.Exception

This class is a stub for javax.crypto.NoSuchPaddingException until we move to JDK 1.2.

See Also:
Serialized Form

Constructor Summary
NoSuchPaddingException()
           
 
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
 

Constructor Detail

NoSuchPaddingException

public NoSuchPaddingException()