|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.security.jps.JpsLocalizableRuntimeException
public class JpsLocalizableRuntimeException
Constructor Summary | |
---|---|
JpsLocalizableRuntimeException() Default constructor. |
|
JpsLocalizableRuntimeException(JpsBundleType bundleType, java.lang.String errorCode) The constructor takes resource bundle type and error code |
|
JpsLocalizableRuntimeException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters) The constructor takes resource bundle type, error code and message parameters. |
|
JpsLocalizableRuntimeException(java.lang.String msg) The constructor takes the message. |
|
JpsLocalizableRuntimeException(java.lang.String msg, java.lang.Throwable cause) The constructor takes the message and cause. |
|
JpsLocalizableRuntimeException(java.lang.Throwable cause) The constructor takes the cause. |
Method Summary | |
---|---|
JpsBundleType |
getBundleType() Returns bundle type |
java.lang.String |
getErrorCode() Returns error code. |
java.lang.String |
getLocalizedMessage() Returns localized message according to default locale of current JVM. |
java.lang.String |
getLocalizedMessage(java.util.Locale locale) Returns localized message according to given locale. |
java.lang.String |
getMessage() Returns detail message. |
java.lang.Object[] |
getParameters() Returns message parameters. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JpsLocalizableRuntimeException()
public JpsLocalizableRuntimeException(java.lang.String msg)
msg
- messagepublic JpsLocalizableRuntimeException(java.lang.Throwable cause)
cause
- causepublic JpsLocalizableRuntimeException(java.lang.String msg, java.lang.Throwable cause)
msg
- messagecause
- causepublic JpsLocalizableRuntimeException(JpsBundleType bundleType, java.lang.String errorCode)
bundleType
- resource bundle typeerrorCode
- error codepublic JpsLocalizableRuntimeException(JpsBundleType bundleType, java.lang.String errorCode, java.lang.Object[] parameters)
bundleType
- resource bundle typeerrorCode
- error codeparameters
- message parametersMethod Detail |
---|
public java.lang.String getErrorCode()
getErrorCode
in interface Localizable
public JpsBundleType getBundleType()
getBundleType
in interface Localizable
public java.lang.Object[] getParameters()
getParameters
in interface Localizable
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
public java.lang.String getLocalizedMessage(java.util.Locale locale)
locale
- Locale
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |