org.glassfish.api.admin
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.api.admin.CommandException
org.glassfish.api.admin.AuthenticationException
- All Implemented Interfaces:
- Serializable
public class AuthenticationException
- extends CommandException
A specialized CommandException that indicates an authentication failure.
- Author:
- Bill Shannon
- 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(String msg)
AuthenticationException
public AuthenticationException(String msg,
Throwable cause)
Copyright © 2012. All Rights Reserved.