com.kodemuse.security.ssl
Class AlertException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.kodemuse.security.ssl.AlertException
All Implemented Interfaces:
java.io.Serializable

class AlertException
extends java.lang.RuntimeException

encapsulates alert.

Author:
Harmeet Bedi
See Also:
Serialized Form

Constructor Summary
(package private) AlertException(Alert alert, java.lang.String msg)
           
 
Method Summary
 Alert getAlert()
           
 
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

AlertException

AlertException(Alert alert,
               java.lang.String msg)
Method Detail

getAlert

public Alert getAlert()