| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openptk.exception.ServiceException
public class ServiceException
Provision Framework Service related Exceptions.
| Field Summary | |
|---|---|
static long | 
serialVersionUID
 | 
| Constructor Summary | |
|---|---|
ServiceException(java.lang.String message)
Create a new ServiceException, use the provided message.  | 
|
ServiceException(java.lang.Throwable ex)
Create a new ServiceException, use the provided Exception.  | 
|
| Method Summary | 
|---|
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final long serialVersionUID
| Constructor Detail | 
|---|
public ServiceException(java.lang.String message)
message - a description of the exceptionpublic ServiceException(java.lang.Throwable ex)
ex - an existing Exception (Throwable)
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||