com.atlassian.gadgets.directory.internal.impl
Class UnavailableFeatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.gadgets.directory.internal.impl.UnavailableFeatureException
All Implemented Interfaces:
Serializable

public class UnavailableFeatureException
extends RuntimeException

Thrown when trying to add a gadget spec to the directory that requires features that are unavailable in the container

See Also:
Serialized Form

Constructor Summary
UnavailableFeatureException(String message)
           
UnavailableFeatureException(String message, 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

UnavailableFeatureException

public UnavailableFeatureException(String message,
                                   Throwable cause)

UnavailableFeatureException

public UnavailableFeatureException(String message)


Copyright © 2009 Atlassian. All Rights Reserved.