public class PartRevisionNotFoundException extends ApplicationException
Modifier and Type | Field and Description |
---|---|
private String |
mPartMNumber |
private String |
mPartRStringVersion |
Constructor and Description |
---|
PartRevisionNotFoundException(Locale pLocale,
PartRevisionKey pPartRPK) |
PartRevisionNotFoundException(Locale pLocale,
PartRevisionKey pPartRPK,
Throwable pCause) |
PartRevisionNotFoundException(Locale pLocale,
String pPartMNumber,
String pPartRStringVersion) |
PartRevisionNotFoundException(Locale pLocale,
String pPartMNumber,
String pPartRStringVersion,
Throwable pCause) |
PartRevisionNotFoundException(Locale pLocale,
String pPartMNumber,
Version pPartRVersion) |
PartRevisionNotFoundException(String pMessage) |
Modifier and Type | Method and Description |
---|---|
String |
getLocalizedMessage() |
getBundleDefaultMessage, getBundleMessage, getMessage, setLocale, toString
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
private String mPartMNumber
private String mPartRStringVersion
public PartRevisionNotFoundException(String pMessage)
public PartRevisionNotFoundException(Locale pLocale, PartRevisionKey pPartRPK)
public PartRevisionNotFoundException(Locale pLocale, PartRevisionKey pPartRPK, Throwable pCause)
public PartRevisionNotFoundException(Locale pLocale, String pPartMNumber, Version pPartRVersion)
public PartRevisionNotFoundException(Locale pLocale, String pPartMNumber, String pPartRStringVersion)
public String getLocalizedMessage()
getLocalizedMessage
in class ApplicationException
Copyright © 2013 OW2 Consortium. All Rights Reserved.