org.scrashmeow.ojb.console.service
Class ServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.scrashmeow.ojb.console.OjbcException
                    |
                    +--org.scrashmeow.ojb.console.service.ServiceException
All Implemented Interfaces:
java.io.Serializable

public class ServiceException
extends OjbcException

The base exception for all exceptions thrown from within the Service layer of the application.

Author:
Alexander Bibighaus
See Also:
Serialized Form

Constructor Summary
ServiceException()
          Constructor for ServiceException.
ServiceException(java.lang.String arg0)
          Constructor for ServiceException.
ServiceException(java.lang.String arg0, java.lang.Throwable arg1)
          Constructor for ServiceException.
ServiceException(java.lang.Throwable arg0)
          Constructor for ServiceException.
 
Methods inherited from class org.scrashmeow.ojb.console.OjbcException
getStackTraceAsString
 
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()
Constructor for ServiceException.


ServiceException

public ServiceException(java.lang.String arg0)
Constructor for ServiceException.

Parameters:
arg0 -

ServiceException

public ServiceException(java.lang.String arg0,
                        java.lang.Throwable arg1)
Constructor for ServiceException.

Parameters:
arg0 -
arg1 -

ServiceException

public ServiceException(java.lang.Throwable arg0)
Constructor for ServiceException.

Parameters:
arg0 -


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.