gov.lanl.SSLTools
Class PolicyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gov.lanl.SSLTools.PolicyException
All Implemented Interfaces:
java.io.Serializable

public class PolicyException
extends java.lang.Exception

Policy exception

See Also:
Serialized Form
 

Constructor Summary
PolicyException()
           
PolicyException(java.lang.String what)
           
 
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

PolicyException

public PolicyException()

PolicyException

public PolicyException(java.lang.String what)