Class EJBTypecodeNotSupportedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EJBTypecodeNotSupportedException
    extends JaloBusinessException
    This exception is thrown if findRemoteObjectByPK(String) was being called but was not responsible for looking up a pk with the given typecode.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EJBTypecodeNotSupportedException​(java.lang.Throwable throwable, java.lang.String message, 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

      • EJBTypecodeNotSupportedException

        public EJBTypecodeNotSupportedException​(java.lang.Throwable throwable,
                                                java.lang.String message,
                                                int vendorCode)