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
| 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 |
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)
getType
public int getType()