org.apache.stanbol.entityhub.servicesapi.site
Class SiteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.stanbol.entityhub.servicesapi.EntityhubException
              extended by org.apache.stanbol.entityhub.servicesapi.site.SiteException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ManagedSiteException

public class SiteException
extends EntityhubException

Replaces the ReferencedSiteException in Entityhub versions later than 0.10.0-incubationg. See STANBOL-674 for details.

Author:
Rupert Westenthaler
See Also:
Serialized Form

Constructor Summary
SiteException(String reason)
           
SiteException(String reason, 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

SiteException

public SiteException(String reason,
                     Throwable cause)

SiteException

public SiteException(String reason)


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.