org.objectweb.proactive.ext.security.exceptions
Class SecurityNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.proactive.ext.security.exceptions.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)
           
 
Method Summary
 
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 2001-2007 INRIA All Rights Reserved.