com.sun.enterprise.config.serverbeans
Class SecureAdminHelper.SecureAdminCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.enterprise.config.serverbeans.SecureAdminHelper.SecureAdminCommandException
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- SecureAdminHelper
public static class SecureAdminHelper.SecureAdminCommandException
- extends RuntimeException
An exception indicating a user-correctable error that occurred as
a secure admin command executed.
The secure admin commands can detect such errors and report just the
exception's message and not the exception as well (which would clutter
the report back to the admin client).
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SecureAdminHelper.SecureAdminCommandException
public SecureAdminHelper.SecureAdminCommandException(String message)
Copyright © 2012 GlassFish Community. All Rights Reserved.