# JAuthenticationException (jremote API)
Read Time: 1 minute(s)
# Class JAuthenticationException
All Implemented Interfaces:Serializable (opens new window)
public class JAuthenticationException
extends JRemoteException
1
2
2
A exception thrown when authentication fails.
# Constructor Summary
Constructor and Description |
---|
JAuthenticationException() |
JAuthenticationException(String reason) |
# Method Summary
- Methods inherited from class com.jbase.jremote.JRemoteException
getError
- Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
# Constructor Detail
# JAuthenticationException
public JAuthenticationException()
1
# JAuthenticationException
public JAuthenticationException(String reason)
1
Back to jRemote API