de.flexiprovider.api.exceptions
Class NoSuchModeException

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

public class NoSuchModeException
extends NoSuchAlgorithmException

Exception used to indicate that a mode of operation cannot be found.

Author:
Martin Döring
See Also:
Serialized Form

Constructor Summary
NoSuchModeException(java.lang.String msg)
          Constructor.
 
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

NoSuchModeException

public NoSuchModeException(java.lang.String msg)
Constructor.
Parameters:
msg - the error message