com.atlassian.gadgets.util
Class IllegalUriParameterException

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

public class IllegalUriParameterException
extends RuntimeException

Exception thrown when a parameter found in the URI of a request is invalid.

See Also:
Serialized Form

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

IllegalUriParameterException

public IllegalUriParameterException(String message,
                                    Throwable cause)

IllegalUriParameterException

public IllegalUriParameterException(String message)


Copyright © 2009 Atlassian. All Rights Reserved.