com.ibm.aglets.security
Class PolicyFileParsingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.ibm.aglets.security.PolicyFileParsingException
All Implemented Interfaces:
java.io.Serializable

public class PolicyFileParsingException
extends java.io.IOException

The PolicyFileParsingException class shows that the file cannot be parsed by the reason of illegal format.

Version:
1.00 $Date: 2001/07/28 06:33:07 $
Author:
ONO Kouichi
See Also:
Serialized Form

Constructor Summary
PolicyFileParsingException()
           
PolicyFileParsingException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PolicyFileParsingException

public PolicyFileParsingException()

PolicyFileParsingException

public PolicyFileParsingException(java.lang.String msg)