org.enhydra.shark.api.client.wfservice
Class NotConnected
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.shark.api.RootException
org.enhydra.shark.api.client.wfservice.NotConnected
- All Implemented Interfaces:
- java.io.Serializable
public final class NotConnected
- extends RootException
Raised when user tries to perform an operation by using admin interface,
but it hasn't passed authentication procedure.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NotConnected
public NotConnected()
NotConnected
public NotConnected(java.lang.String $reason)
NotConnected
public NotConnected(java.lang.Throwable th)
NotConnected
public NotConnected(java.lang.String message,
java.lang.Throwable th)