Class PKIException

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  PKIException.Data  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int code  
    • Constructor Summary

      Constructors 
      Constructor Description
      PKIException​(int code, java.lang.String message)  
      PKIException​(int code, java.lang.String message, java.lang.Throwable cause)  
      PKIException​(PKIException.Data data)  
      PKIException​(java.lang.String message)  
      PKIException​(java.lang.String message, java.lang.Throwable cause)  
      PKIException​(java.lang.Throwable cause)  
      PKIException​(javax.ws.rs.core.Response.Status status)  
      PKIException​(javax.ws.rs.core.Response.Status status, java.lang.String message)  
      PKIException​(javax.ws.rs.core.Response.Status status, java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCode()  
      PKIException.Data getData()  
      void setCode​(int code)  
      • 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
    • Field Detail

      • code

        public int code
    • Constructor Detail

      • PKIException

        public PKIException​(int code,
                            java.lang.String message,
                            java.lang.Throwable cause)
      • PKIException

        public PKIException​(javax.ws.rs.core.Response.Status status)
      • PKIException

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

        public PKIException​(int code,
                            java.lang.String message)
      • PKIException

        public PKIException​(javax.ws.rs.core.Response.Status status,
                            java.lang.String message)
      • PKIException

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

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

        public PKIException​(javax.ws.rs.core.Response.Status status,
                            java.lang.String message,
                            java.lang.Throwable cause)
    • Method Detail

      • getCode

        public int getCode()
      • setCode

        public void setCode​(int code)