Class DeepEyeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DeepEyeException
    extends java.lang.Exception
    Exception used when there is a user or system error related to data serialization or any sort of Java object - to JSONification error.
    Author:
    ubaldino
    See Also:
    Serialized Form
    • 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

      • DeepEyeException

        public DeepEyeException​(java.lang.Exception ex)
      • DeepEyeException

        public DeepEyeException​(java.lang.String msg)
      • DeepEyeException

        public DeepEyeException​(java.lang.String msg,
                                java.lang.Exception ex)