public class DocumentMasterNotFoundException extends ApplicationException
Modifier and Type | Field and Description |
---|---|
private String |
mDocMId |
private String |
mDocMStringVersion |
Constructor and Description |
---|
DocumentMasterNotFoundException(Locale pLocale,
DocumentMasterKey pDocMPK) |
DocumentMasterNotFoundException(Locale pLocale,
DocumentMasterKey pDocMPK,
Throwable pCause) |
DocumentMasterNotFoundException(Locale pLocale,
String pDocMId,
String pDocMStringVersion) |
DocumentMasterNotFoundException(Locale pLocale,
String pDocMId,
String pDocMStringVersion,
Throwable pCause) |
DocumentMasterNotFoundException(Locale pLocale,
String pDocMID,
Version pDocMVersion) |
DocumentMasterNotFoundException(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
public DocumentMasterNotFoundException(String pMessage)
public DocumentMasterNotFoundException(Locale pLocale, DocumentMasterKey pDocMPK)
public DocumentMasterNotFoundException(Locale pLocale, DocumentMasterKey pDocMPK, Throwable pCause)
public DocumentMasterNotFoundException(Locale pLocale, String pDocMID, Version pDocMVersion)
public DocumentMasterNotFoundException(Locale pLocale, String pDocMId, String pDocMStringVersion)
public String getLocalizedMessage()
getLocalizedMessage
in class ApplicationException
Copyright © 2013 OW2 Consortium. All Rights Reserved.