com.atlassian.gadgets.util
Class InvalidDirectoryGadgetUriException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.gadgets.util.InvalidDirectoryGadgetUriException
All Implemented Interfaces:
Serializable

public class InvalidDirectoryGadgetUriException
extends RuntimeException

Thrown when a directory gadget URI is either not a valid URI or if it does not begin with http:// or https://.

See Also:
Serialized Form

Constructor Summary
InvalidDirectoryGadgetUriException(String message)
           
InvalidDirectoryGadgetUriException(Throwable e)
           
 
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

InvalidDirectoryGadgetUriException

public InvalidDirectoryGadgetUriException(Throwable e)

InvalidDirectoryGadgetUriException

public InvalidDirectoryGadgetUriException(String message)


Copyright © 2011 Atlassian. All Rights Reserved.