org.rundeck.api
Class RundeckApiException.RundeckApiAuthException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
org.rundeck.api.RundeckApiException
                  
org.rundeck.api.RundeckApiException.RundeckApiAuthException
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - RundeckApiException.RundeckApiLoginException, RundeckApiException.RundeckApiTokenException
 
- Enclosing class:
 - RundeckApiException
 
public static class RundeckApiException.RundeckApiAuthException
- extends RundeckApiException
 
Specific authentication-related error (either login or token).
- See Also:
 RundeckApiException.RundeckApiLoginException, 
RundeckApiException.RundeckApiTokenException, 
Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
RundeckApiException.RundeckApiAuthException
public RundeckApiException.RundeckApiAuthException(String message)
RundeckApiException.RundeckApiAuthException
public RundeckApiException.RundeckApiAuthException(String message,
                                                   Throwable cause)
Copyright © 2011. All Rights Reserved.