Package cbsw

Class RegisterIoException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int code  
      (package private) java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      RegisterIoException​(int code, java.lang.String name, java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCode()  
      java.lang.String getDescription()  
      java.lang.String getName()  
      • 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

        int code
      • name

        java.lang.String name
    • Constructor Detail

      • RegisterIoException

        public RegisterIoException​(int code,
                                   java.lang.String name,
                                   java.lang.String message)
    • Method Detail

      • getCode

        public int getCode()
      • getName

        public java.lang.String getName()
      • getDescription

        public java.lang.String getDescription()