com.atlassian.confluence.rpc
Class InvalidSessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.rpc.RemoteException
com.atlassian.confluence.rpc.InvalidSessionException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidSessionException
- extends RemoteException
Exception thrown when an invalid session token is supplied to an RPC method.
Clients receiving this exception should log in again to retrieve a new
session token.
- 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 |
InvalidSessionException
public InvalidSessionException()
InvalidSessionException
public InvalidSessionException(java.lang.String message)
InvalidSessionException
public InvalidSessionException(java.lang.Throwable cause)
InvalidSessionException
public InvalidSessionException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2003-2014 Atlassian. All Rights Reserved.