Class YAPIONException

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        YAPIONException()  
        YAPIONException​(java.lang.String message)  
        YAPIONException​(java.lang.String message, java.lang.Throwable cause)  
      protected YAPIONException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
        YAPIONException​(java.lang.Throwable cause)  
    • 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

      • YAPIONException

        public YAPIONException()
      • YAPIONException

        public YAPIONException​(java.lang.String message)
      • YAPIONException

        public YAPIONException​(java.lang.String message,
                               java.lang.Throwable cause)
      • YAPIONException

        public YAPIONException​(java.lang.Throwable cause)
      • YAPIONException

        protected YAPIONException​(java.lang.String message,
                                  java.lang.Throwable cause,
                                  boolean enableSuppression,
                                  boolean writableStackTrace)