org.jboss.resteasy.client.exception
Class ResteasyAuthChallengeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.client.exception.ResteasyClientException
org.jboss.resteasy.client.exception.ResteasyHttpException
org.jboss.resteasy.client.exception.ResteasyProtocolException
org.jboss.resteasy.client.exception.ResteasyAuthenticationException
org.jboss.resteasy.client.exception.ResteasyAuthChallengeException
- All Implemented Interfaces:
- Serializable
public class ResteasyAuthChallengeException
- extends ResteasyAuthenticationException
- Version:
- $Revision: 1.1 $
Copyright Jul 28, 2012
- Author:
- Ron Sigal
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResteasyAuthChallengeException
public ResteasyAuthChallengeException()
ResteasyAuthChallengeException
public ResteasyAuthChallengeException(String message)
ResteasyAuthChallengeException
public ResteasyAuthChallengeException(String message,
Throwable cause)
ResteasyAuthChallengeException
public ResteasyAuthChallengeException(Throwable cause)
Copyright © 2013. All Rights Reserved.