org.objectweb.proactive.ext.security
Class SecurityNotAvailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.proactive.ext.security.SecurityNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class SecurityNotAvailableException
extends java.lang.Exception

Author:
acontes To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Constructor Summary
SecurityNotAvailableException()
           
SecurityNotAvailableException(java.lang.String message)
           
SecurityNotAvailableException(java.lang.String message, java.lang.Throwable cause)
           
SecurityNotAvailableException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityNotAvailableException

public SecurityNotAvailableException()

SecurityNotAvailableException

public SecurityNotAvailableException(java.lang.String message)
Parameters:
message -

SecurityNotAvailableException

public SecurityNotAvailableException(java.lang.String message,
                                     java.lang.Throwable cause)
Parameters:
message -
cause -

SecurityNotAvailableException

public SecurityNotAvailableException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © April 2004 INRIA All Rights Reserved.