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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.proactive.ext.security.exceptions.CommunicationForbiddenException
All Implemented Interfaces:
java.io.Serializable

public class CommunicationForbiddenException
extends java.lang.Exception

This exception is thrown when an entity try to communicate with another one without accreditation.

See Also:
Serialized Form

Constructor Summary
CommunicationForbiddenException()
           
CommunicationForbiddenException(java.lang.String message)
           
CommunicationForbiddenException(java.lang.String message, java.lang.Throwable cause)
           
CommunicationForbiddenException(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

CommunicationForbiddenException

public CommunicationForbiddenException()

CommunicationForbiddenException

public CommunicationForbiddenException(java.lang.String message)

CommunicationForbiddenException

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

CommunicationForbiddenException

public CommunicationForbiddenException(java.lang.Throwable cause)


Copyright 2001-2007 INRIA All Rights Reserved.