Class JaloDuplicateCodeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JaloDuplicateCodeException
    extends JaloTypeException
    Will be thrown, if the assigned code of the item is already used
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JaloDuplicateCodeException​(java.lang.Throwable nested, int vendorCode)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

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

      • JaloDuplicateCodeException

        public JaloDuplicateCodeException​(java.lang.Throwable nested,
                                          int vendorCode)