Package com.webmethods.portal.system
Class PortalSQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.webmethods.portal.system.PortalSQLException
- All Implemented Interfaces:
IPortalException
,Serializable
,Iterable<Throwable>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Object[]
protected IMessageInfo
protected String
protected Class<? extends ResourceBundle>
-
Constructor Summary
ConstructorsConstructorDescriptionPortalSQLException
(Class<? extends ResourceBundle> resourceClassBundle, String messageKey) PortalSQLException
(Class<? extends ResourceBundle> resourceClassBundle, String messageKey, Object[] messageArgs) -
Method Summary
Modifier and TypeMethodDescriptionprotected IGlobalProvider
static PortalSQLException
notImplemented
(String methodName) Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
m_resourceClassBundle
-
m_messageKey
-
m_messageArgs
-
m_messageInfo
-
-
Constructor Details
-
PortalSQLException
-
PortalSQLException
public PortalSQLException(Class<? extends ResourceBundle> resourceClassBundle, String messageKey, Object[] messageArgs)
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-
notImplemented
-
getGlobalProvider
-