de.flexiprovider.api.exceptions
Class ShortBufferException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.security.GeneralSecurityException
                    |
                    +--javax.crypto.ShortBufferException
                          |
                          +--de.flexiprovider.api.exceptions.ShortBufferException
All Implemented Interfaces:
java.io.Serializable

public class ShortBufferException
extends javax.crypto.ShortBufferException

See Also:
Serialized Form

Constructor Summary
ShortBufferException()
           
ShortBufferException(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, wait, wait, wait
 

Constructor Detail

ShortBufferException

public ShortBufferException()

ShortBufferException

public ShortBufferException(java.lang.String msg)