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
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 |
ProfileSystemException
public ProfileSystemException()
ProfileSystemException
public ProfileSystemException(String
message,
Throwable
t)
- Constructor
ProfileSystemException
public ProfileSystemException(String
message)
- Constructor
ProfileSystemException
public ProfileSystemException(Throwable
t)
- Constructor