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

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

public class SsfInvalidDataException
extends java.lang.Exception

Class for representing the exception of invalid SSF data.

See Also:
Serialized Form

Constructor Summary
SsfInvalidDataException()
          Create exception with default message
SsfInvalidDataException(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

SsfInvalidDataException

public SsfInvalidDataException()
Create exception with default message

SsfInvalidDataException

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