Class 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
    • Constructor Detail

      • SecureAdminCommandException

        public SecureAdminCommandException​(String message)