org.rhq.enterprise.communications.command.server
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rhq.enterprise.communications.command.server.AuthenticationException
- All Implemented Interfaces:
- Serializable
public class AuthenticationException
- extends RuntimeException
This will occur when a command failed to be authenticated via a CommandAuthenticator.
- Author:
- John Mazzitelli
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthenticationException
public AuthenticationException()
AuthenticationException
public AuthenticationException(String message,
Throwable cause)
AuthenticationException
public AuthenticationException(String message)
AuthenticationException
public AuthenticationException(Throwable cause)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.