com.atlassian.security.auth.trustedapps
Class InvalidRequestException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.atlassian.security.auth.trustedapps.TransportException
              extended bycom.atlassian.security.auth.trustedapps.InvalidRequestException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidIPAddressException, InvalidRequestUrlException

public abstract class InvalidRequestException
extends TransportException

Thrown by a RequestMatcher if the Request is not to its liking.

See Also:
Serialized Form

Constructor Summary
InvalidRequestException(TransportErrorMessage error)
           
 
Methods inherited from class com.atlassian.security.auth.trustedapps.TransportException
getTransportErrorMessage
 
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

InvalidRequestException

public InvalidRequestException(TransportErrorMessage error)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.