Class UnknownReferenceException

All Implemented Interfaces:
Serializable

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

    • UnknownReferenceException

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

      public UnknownReferenceException(String s, Throwable cause, com.lexmark.saperion.ReferenceType reference)
  • Method Details

    • getReference

      public com.lexmark.saperion.ReferenceType getReference()