com.opensymphony.user
Class UserManagerImplementationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.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

Constructor Summary
UserManagerImplementationException()
           
UserManagerImplementationException(java.lang.String s)
           
UserManagerImplementationException(java.lang.String s, java.lang.Throwable cause)
           
UserManagerImplementationException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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)
Method Detail

getCause

public java.lang.Throwable getCause()

See www.opensymphony.com for more information.