|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
MUM.data.ServiceProviderException
This exception is launched when there is a problem during the server initialization
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
ServiceProviderException()
Creates new Exception without detail message. |
|
ServiceProviderException(java.lang.String msg)
Constructs an Exception with the specified detail message. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ServiceProviderException()
Exception
without detail message.
public ServiceProviderException(java.lang.String msg)
Exception
with the specified detail message.
msg
- the detail message.Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |