com.sun.enterprise.config.serverbeans
Class SecureAdminHelper.SecureAdminCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
SecureAdminHelper.SecureAdminCommandException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecureAdminHelper.SecureAdminCommandException

public SecureAdminHelper.SecureAdminCommandException(String message)


Copyright © 2012 GlassFish Community. All Rights Reserved.