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

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

public class RenegotiateSessionException
extends java.lang.Exception
implements java.io.Serializable

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

Field Summary
protected  UniversalBody body
           
 
Constructor Summary
RenegotiateSessionException()
           
RenegotiateSessionException(java.lang.String arg0)
           
RenegotiateSessionException(java.lang.String arg0, java.lang.Throwable arg1)
           
RenegotiateSessionException(java.lang.Throwable arg0)
           
RenegotiateSessionException(UniversalBody uni)
           
 
Method Summary
 UniversalBody getUniversalBody()
           
 
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
 

Field Detail

body

protected UniversalBody body
Constructor Detail

RenegotiateSessionException

public RenegotiateSessionException()

RenegotiateSessionException

public RenegotiateSessionException(java.lang.String arg0)
Parameters:
arg0 -

RenegotiateSessionException

public RenegotiateSessionException(java.lang.String arg0,
                                   java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

RenegotiateSessionException

public RenegotiateSessionException(java.lang.Throwable arg0)
Parameters:
arg0 -

RenegotiateSessionException

public RenegotiateSessionException(UniversalBody uni)
Method Detail

getUniversalBody

public UniversalBody getUniversalBody()


Copyright 2001-2007 INRIA All Rights Reserved.