com.sun.mfwk.security.factory
Class MfSecurityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.mfwk.security.factory.MfSecurityException
All Implemented Interfaces:
java.io.Serializable

public class MfSecurityException
extends java.lang.Exception

Author:
ooudghir
See Also:
Serialized Form

Constructor Summary
MfSecurityException()
          Creates a new instance of MfSecurityException
MfSecurityException(java.lang.String message)
           
MfSecurityException(java.lang.String message, java.lang.Throwable cause)
           
MfSecurityException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MfSecurityException

public MfSecurityException()
Creates a new instance of MfSecurityException


MfSecurityException

public MfSecurityException(java.lang.String message)

MfSecurityException

public MfSecurityException(java.lang.String message,
                           java.lang.Throwable cause)

MfSecurityException

public MfSecurityException(java.lang.Throwable cause)