public class OdiShortcutServiceException extends OdiCheckedException
Checked exception thrown when materialize a shortcutable object.
getErrorID, getLocalizedMessage, getLocalizedMessage, getMessage
public OdiShortcutServiceException(java.lang.String pMessage, java.lang.Throwable pCause)
pMessage
- Error message.pCause
- Underlying cause of the exception.public OdiShortcutServiceException(java.lang.String pMessage)
pMessage
- Error message.public OdiShortcutServiceException(java.lang.Throwable pCause)
pCause
- Underlying cause of the exception.