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:
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()
-