Class SSLRMIFailureHandler

  • All Implemented Interfaces:
    java.rmi.server.RMIFailureHandler

    public class SSLRMIFailureHandler
    extends java.lang.Object
    implements java.rmi.server.RMIFailureHandler
    Author:
    willuhn
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean failure​(java.lang.Exception ex)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SSLRMIFailureHandler

        public SSLRMIFailureHandler()
    • Method Detail

      • failure

        public boolean failure​(java.lang.Exception ex)
        Specified by:
        failure in interface java.rmi.server.RMIFailureHandler
        See Also:
        RMIFailureHandler.failure(java.lang.Exception)