com.aragost.javahg.internals
Class ServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aragost.javahg.internals.ServiceException
All Implemented Interfaces:
Serializable

public final class ServiceException
extends Exception

This exception is thrown if an error occurs during load of a service with the ServiceLoader.

Author:
Sebastian Sdorra
See Also:
Serialized Form

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

ServiceException

public ServiceException(String message,
                        Throwable cause)

ServiceException

public ServiceException(Throwable cause)


Copyright © 2011-2013 aragost Trifork ag. All Rights Reserved.