Class SledException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SledException
    extends java.lang.RuntimeException
    Exceptions generated from parsing the SLED/SSL configuration files (load time)
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SledException()
      Constructs a SledException with no detail message.
      SledException​(java.lang.Exception e)  
      SledException​(java.lang.String message)
      Constructs a SledException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • SledException

        public SledException​(java.lang.Exception e)
        Parameters:
        e -
      • SledException

        public SledException()

        Constructs a SledException with no detail message.

      • SledException

        public SledException​(java.lang.String message)

        Constructs a SledException with the specified detail message.

        Parameters:
        message - The message.