Class UnknownReferenceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownReferenceException
    extends SaBasicException
    Indicates that for a given reference, there was no match found.
    Author:
    jschwarz
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownReferenceException​(java.lang.String s, com.lexmark.saperion.ReferenceType reference)  
      UnknownReferenceException​(java.lang.String s, java.lang.Throwable cause, com.lexmark.saperion.ReferenceType reference)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.lexmark.saperion.ReferenceType getReference()  
      • 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 Detail

      • UnknownReferenceException

        public UnknownReferenceException​(java.lang.String s,
                                         com.lexmark.saperion.ReferenceType reference)
      • UnknownReferenceException

        public UnknownReferenceException​(java.lang.String s,
                                         java.lang.Throwable cause,
                                         com.lexmark.saperion.ReferenceType reference)
    • Method Detail

      • getReference

        public com.lexmark.saperion.ReferenceType getReference()