Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar
Class ServiceException  view ServiceException download ServiceException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynectar.NectarException
              extended bynectar.InternalException
                  extended bynectar.ServiceException
All Implemented Interfaces:
java.io.Serializable

public class ServiceException
extends InternalException

Used to signal internal startup, shutdown and runtime exceptions that occur in the implementations of Services.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ServiceException()
          Creates a new instance of ServiceException without detail message.
ServiceException(java.lang.String msg)
          Constructs an instance of ServiceException with the specified detail message.
 
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
 

Constructor Detail

ServiceException

public ServiceException()
Creates a new instance of ServiceException without detail message.


ServiceException

public ServiceException(java.lang.String msg)
Constructs an instance of ServiceException with the specified detail message.