Class SSLAlertEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class SSLAlertEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Method Detail

      • getLevel

        public int getLevel()
      • setLevel

        public void setLevel​(int level)
      • getDescription

        public int getDescription()
      • setDescription

        public void setDescription​(int description)
      • setEngine

        public void setEngine​(JSSEngine new_engine)
      • toException

        public javax.net.ssl.SSLException toException()
      • throwException

        public void throwException()
                            throws javax.net.ssl.SSLException
        Throws:
        javax.net.ssl.SSLException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.EventObject