org.abstracthorizon.danube.service
Class ServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.abstracthorizon.danube.service.ServiceException
All Implemented Interfaces:
Serializable

public class ServiceException
extends RuntimeException

Service exception

Author:
Daniel Sendula
See Also:
Serialized Form

Constructor Summary
ServiceException()
          Empty constructor
ServiceException(String msg)
          Constructor
ServiceException(String msg, Throwable cause)
          Constructor
ServiceException(Throwable cause)
          Constructor
 
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()
Empty constructor


ServiceException

public ServiceException(String msg)
Constructor

Parameters:
msg - message

ServiceException

public ServiceException(Throwable cause)
Constructor

Parameters:
cause - cause

ServiceException

public ServiceException(String msg,
                        Throwable cause)
Constructor

Parameters:
msg - message
cause - cause


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.