com.endeca.itl.web.auth
Class RequestFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.itl.web.auth.RequestFailedException
All Implemented Interfaces:
Serializable

public class RequestFailedException
extends Exception

See Also:
Serialized Form

Constructor Summary
RequestFailedException()
           
RequestFailedException(String message)
           
RequestFailedException(String message, Throwable t)
           
RequestFailedException(Throwable t)
           
 
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

RequestFailedException

public RequestFailedException()

RequestFailedException

public RequestFailedException(String message)

RequestFailedException

public RequestFailedException(Throwable t)

RequestFailedException

public RequestFailedException(String message,
                              Throwable t)


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.