public class PartIterationNotFoundException extends ApplicationException
Modifier and Type | Field and Description |
---|---|
private int |
mPartIIteration |
private String |
mPartMNumber |
private String |
mPartRStringVersion |
Constructor and Description |
---|
PartIterationNotFoundException(Locale pLocale,
PartIterationKey pPartIPK) |
PartIterationNotFoundException(Locale pLocale,
PartIterationKey pPartIPK,
Throwable pCause) |
PartIterationNotFoundException(Locale pLocale,
String pPartMNumber,
String pPartRStringVersion,
int pPartIIteration) |
PartIterationNotFoundException(Locale pLocale,
String pPartMNumber,
String pPartRStringVersion,
int pPartIIteration,
Throwable pCause) |
PartIterationNotFoundException(Locale pLocale,
String pPartMNumber,
Version pPartRVersion,
int pPartIIteration) |
PartIterationNotFoundException(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
private int mPartIIteration
public PartIterationNotFoundException(String pMessage)
public PartIterationNotFoundException(Locale pLocale, PartIterationKey pPartIPK)
public PartIterationNotFoundException(Locale pLocale, PartIterationKey pPartIPK, Throwable pCause)
public PartIterationNotFoundException(Locale pLocale, String pPartMNumber, Version pPartRVersion, int pPartIIteration)
public PartIterationNotFoundException(Locale pLocale, String pPartMNumber, String pPartRStringVersion, int pPartIIteration)
public String getLocalizedMessage()
getLocalizedMessage
in class ApplicationException
Copyright © 2013 OW2 Consortium. All Rights Reserved.