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:
  • Constructor Details

    • SecureAdminCommandException

      public SecureAdminCommandException(String message)