oemware.core
Class ServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oemware.core.CoreException
              extended by oemware.core.ServiceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DaoException

public class ServiceException
extends CoreException

The service exception.

See Also:
Serialized Form

Constructor Summary
ServiceException()
           
ServiceException(java.lang.String pMessage)
           
ServiceException(java.lang.String pMessage, java.lang.Throwable pThrowable)
           
ServiceException(java.lang.Throwable pThrowable)
           
 
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
 

Constructor Detail

ServiceException

public ServiceException()

ServiceException

public ServiceException(java.lang.String pMessage)

ServiceException

public ServiceException(java.lang.Throwable pThrowable)

ServiceException

public ServiceException(java.lang.String pMessage,
                        java.lang.Throwable pThrowable)


Copyright © 2009 Deft Labs - Released under LGPL, Version 3.0