public class EProfileException extends EBaseException
This is the base class for all profile-specific exception.
mParams
Constructor and Description |
---|
EProfileException(java.lang.String msg)
Creates a profile exception.
|
EProfileException(java.lang.String msg,
java.lang.Throwable cause) |
EProfileException(java.lang.Throwable cause) |
getBundleName, getParameters, toString, toString
public EProfileException(java.lang.String msg)
msg
- additional message for the handler
of the exception. The message may
or may not be localized.public EProfileException(java.lang.String msg, java.lang.Throwable cause)
public EProfileException(java.lang.Throwable cause)