com.sap.security.core.server.ssf
Class SsfInvalidAlgException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.security.core.server.ssf.SsfInvalidAlgException
All Implemented Interfaces:
java.io.Serializable

public class SsfInvalidAlgException
extends java.lang.Exception

Class for representing the exception using an invalid algorithm.

See Also:
Serialized Form

Constructor Summary
SsfInvalidAlgException()
          Create exception with default message
SsfInvalidAlgException(java.lang.String message)
          Create exception with given message
 
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

SsfInvalidAlgException

public SsfInvalidAlgException()
Create exception with default message

SsfInvalidAlgException

public SsfInvalidAlgException(java.lang.String message)
Create exception with given message
Parameters:
message - display text