Class GiteaException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GiteaException
    extends java.lang.RuntimeException
    Since:
    0.1.0
    Author:
    Andres Almiray
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GiteaException​(java.lang.String message)  
      GiteaException​(java.lang.String message, java.lang.Throwable cause)  
      GiteaException​(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

      • GiteaException

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

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

        public GiteaException​(java.lang.Throwable cause)