Class AntSecurityException

All Implemented Interfaces:
Serializable

public class AntSecurityException extends SecurityException
A security exception that is thrown by the AntSecurityManager if an Ant task in some way attempts to halt or exit the Java Virtual Machine. Clients may instantiate this class; it is not intended to be subclassed.
Since:
2.1
See Also:
Restriction:
This class is not intended to be subclassed by clients.
  • Constructor Details

    • AntSecurityException

      public AntSecurityException()