com.iplanet.portalserver.profile
Class ProfileException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iplanet.portalserver.profile.ProfileException

public class ProfileException
extends java.lang.Exception

This is generic profile service exception. One can subclass profile exceptions by inheriting this class or specifying type in the constructor. For simplicity profile APIs throw this exception with type specfied.

See Also:
Serialized Form

Constructor Summary
ProfileException(java.lang.String msg)
           
ProfileException(java.lang.String msg, int i)
           
ProfileException(java.lang.Throwable t)
           
ProfileException(java.lang.Throwable t, int i)
           
 
Method Summary
 int getType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfileException

public ProfileException(java.lang.String msg)

ProfileException

public ProfileException(java.lang.String msg,
                        int i)

ProfileException

public ProfileException(java.lang.Throwable t)

ProfileException

public ProfileException(java.lang.Throwable t,
                        int i)
Method Detail

getType

public int getType()