com.opensymphony.user
Class UserManagerImplementationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.opensymphony.user.UserManagerImplementationException
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class UserManagerImplementationException
extends 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()
          Deprecated.  
UserManagerImplementationException(String s)
          Deprecated.  
UserManagerImplementationException(String s, Throwable cause)
          Deprecated.  
UserManagerImplementationException(Throwable cause)
          Deprecated.  
 
Method Summary
 Throwable getCause()
          Deprecated.  
 
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()
Deprecated. 

UserManagerImplementationException

public UserManagerImplementationException(String s)
Deprecated. 

UserManagerImplementationException

public UserManagerImplementationException(Throwable cause)
Deprecated. 

UserManagerImplementationException

public UserManagerImplementationException(String s,
                                          Throwable cause)
Deprecated. 
Method Detail

getCause

public Throwable getCause()
Deprecated. 
Overrides:
getCause in class Throwable


Copyright © 2002-2011 Atlassian. All Rights Reserved.