Class BayonetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.bayonet.exceptions.BayonetException
All Implemented Interfaces:
java.io.Serializable

public class BayonetException
extends java.lang.Exception
Created by imranarshad on 11/27/17
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    BayonetException​(java.lang.Integer reason_code, java.lang.String reason_message, java.lang.Integer http_response_code)
    Constructors
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getHttpResponseCode()  
    java.lang.Integer getReasonCode()
    Getters and Setters
    java.lang.String getReasonMessage()  

    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 Details

    • BayonetException

      public BayonetException​(java.lang.Integer reason_code, java.lang.String reason_message, java.lang.Integer http_response_code)
      Constructors
  • Method Details