org.objectweb.proactive.ext.security.exceptions
Class CommunicationForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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.