MUM.data
Class ServiceProviderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byMUM.data.ServiceProviderException
All Implemented Interfaces:
java.io.Serializable

public class ServiceProviderException
extends java.lang.Exception

This exception is launched when there is a problem during the server initialization

See Also:
Serialized Form

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

ServiceProviderException

public ServiceProviderException()
Creates new Exception without detail message.


ServiceProviderException

public ServiceProviderException(java.lang.String msg)
Constructs an Exception with the specified detail message.

Parameters:
msg - the detail message.
Method Detail

toString

public java.lang.String toString()


Copyright © 2004 Luca Foschini