Package com.saperion.exception
Class UnknownReferenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.UnknownReferenceException
- All Implemented Interfaces:
Serializable
Indicates that for a given reference, there was no match found.
- Author:
- jschwarz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownReferenceException
(String s, com.lexmark.saperion.ReferenceType reference) UnknownReferenceException
(String s, Throwable cause, com.lexmark.saperion.ReferenceType reference) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownReferenceException
-
UnknownReferenceException
-
-
Method Details
-
getReference
public com.lexmark.saperion.ReferenceType getReference()
-