org.enhydra.shark.api.client.wfservice
Class ConnectFailed
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.shark.api.RootException
org.enhydra.shark.api.client.wfservice.ConnectFailed
- All Implemented Interfaces:
- java.io.Serializable
public final class ConnectFailed
- extends RootException
Raised when user tries to connect to shark engine, but failes during
authentication procedure because of improper username or password.
- 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 |
ConnectFailed
public ConnectFailed()
ConnectFailed
public ConnectFailed(java.lang.String $reason)
ConnectFailed
public ConnectFailed(java.lang.Throwable th)
ConnectFailed
public ConnectFailed(java.lang.String message,
java.lang.Throwable th)