Package com.webmethods.portal.system
Class PortalIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.webmethods.portal.system.PortalIOException
- All Implemented Interfaces:
IPortalException
,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Object[]
protected IMessageInfo
protected String
protected Class<? extends ResourceBundle>
-
Constructor Summary
ConstructorsConstructorDescriptionPortalIOException
(Class<? extends ResourceBundle> resourceClassBundle, String messageKey) PortalIOException
(Class<? extends ResourceBundle> resourceClassBundle, String messageKey, Object[] messageArgs) -
Method Summary
Modifier and TypeMethodDescriptionprotected IGlobalProvider
static PortalIOException
notImplemented
(String methodName) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
m_resourceClassBundle
-
m_messageKey
-
m_messageArgs
-
m_messageInfo
-
-
Constructor Details
-
PortalIOException
-
PortalIOException
public PortalIOException(Class<? extends ResourceBundle> resourceClassBundle, String messageKey, Object[] messageArgs)
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-
notImplemented
-
getGlobalProvider
-