com.opensymphony.user
Class UserManagerImplementationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opensymphony.user.UserManagerImplementationException
- All Implemented Interfaces:
- java.io.Serializable
- public class UserManagerImplementationException
- extends java.lang.RuntimeException
RuntimeException thrown by UserManager/User/Group signifying that
an error has occurred with the underlying provider (such as a network
problem).
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Joe Walnes
- See Also:
- Serialized Form
|
Method Summary |
java.lang.Throwable |
getCause()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 |
UserManagerImplementationException
public UserManagerImplementationException()
UserManagerImplementationException
public UserManagerImplementationException(java.lang.String s)
UserManagerImplementationException
public UserManagerImplementationException(java.lang.Throwable cause)
UserManagerImplementationException
public UserManagerImplementationException(java.lang.String s,
java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()