ProfileSystemException Class

com.bea.p13n.usermgmt.profile
ProfileSystemException Class

public class ProfileSystemException

    extends SystemException

System exception to signify a low-level error in the profile components.


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        SystemException
          ProfileSystemException
All Implemented Interfaces

Serializable

Constructor Summary

ProfileSystemException()

ProfileSystemException(String message, Throwable t)

Constructor
ProfileSystemException(String message)

Constructor
ProfileSystemException(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

ProfileSystemException

public ProfileSystemException()

ProfileSystemException

public ProfileSystemException(String message, 
                              Throwable t)
Constructor

ProfileSystemException

public ProfileSystemException(String message)
Constructor

ProfileSystemException

public ProfileSystemException(Throwable t)
Constructor