UserManagementException Class

com.bea.p13n.usermgmt
UserManagementException Class

public class UserManagementException

    extends SystemException

System exception class that will be thrown when a low-level error occurs in the user management system.


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        SystemException
          UserManagementException
All Implemented Interfaces

Serializable

Constructor Summary

UserManagementException()

UserManagementException(String message, Throwable t)

Constructor
UserManagementException(String message)

Constructor
UserManagementException(Throwable t)

Constructor
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

UserManagementException

public UserManagementException()

UserManagementException

public UserManagementException(String message, 
                               Throwable t)
Constructor

UserManagementException

public UserManagementException(String message)
Constructor

UserManagementException

public UserManagementException(Throwable t)
Constructor