Package jaxe

Class JaxeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JaxeException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JaxeException​(java.lang.Exception ex)  
      JaxeException​(java.lang.String message)  
      JaxeException​(java.lang.String message, java.lang.Exception ex)  
    • 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

      • JaxeException

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

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

        public JaxeException​(java.lang.String message,
                             java.lang.Exception ex)