Class SeqErrorBean


  • public class SeqErrorBean
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SeqErrorBean​(java.lang.String desc, java.lang.String message)
      Creates a new instance of SeqErrorBean
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SeqErrorBean

        public SeqErrorBean​(java.lang.String desc,
                            java.lang.String message)
        Creates a new instance of SeqErrorBean
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
      • getMessage

        public java.lang.String getMessage()