Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

oracle.sdp.messaging
Class MessagingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.as.management.exception.ASException
              extended by oracle.sdp.messaging.MessagingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApplicationNotReadyException, NoPermissionException, NotSupportedException

public class MessagingException
extends oracle.as.management.exception.ASException

Thrown to indicate any exceptional conditions to the applications using the Messaging API.

Since:
11.0.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.as.management.exception.ASException
ACTION_SUFFIX, CAUSE_SUFFIX
 
Constructor Summary
MessagingException(java.lang.String resourceID)
           
MessagingException(java.lang.String resourceID, java.lang.String arg)
           
MessagingException(java.lang.String resourceID, java.lang.String[] args)
           
MessagingException(java.lang.String resourceID, java.lang.String[] args, java.lang.Throwable t)
           
MessagingException(java.lang.String resourceID, java.lang.String arg, java.lang.Throwable t)
           
MessagingException(java.lang.String resourceID, java.lang.Throwable detail)
          Construct a MessagingException with a nested exception, the message will be derived from the nested exception.
MessagingException(java.lang.Throwable detail)
          Construct a MessagingException with a nested exception, the message will be derived from the nested exception.
 
Method Summary
 java.lang.Throwable getDetail()
          Get the nested exception.
 
Methods inherited from class oracle.as.management.exception.ASException
addActionToken, addCauseToken, addToken, getActionMessage, getCause, getCauseMessage, getErrorCode, getLocale, getMessage, getMessage, getMessageAndTrace, getMessageID, getPrefix, getResourceLocation, getStackTraceAsString, getStackTraceAsString, getTokens, initCause, isDisplayable, replaceToken, setClassLoader, setDisplayable, setLocale, setResourceLocation, setResourceLocation, setResourceLocation, toException, toException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessagingException

public MessagingException(java.lang.String resourceID)

MessagingException

public MessagingException(java.lang.String resourceID,
                          java.lang.String arg)

MessagingException

public MessagingException(java.lang.String resourceID,
                          java.lang.String[] args)

MessagingException

public MessagingException(java.lang.String resourceID,
                          java.lang.String[] args,
                          java.lang.Throwable t)

MessagingException

public MessagingException(java.lang.String resourceID,
                          java.lang.String arg,
                          java.lang.Throwable t)

MessagingException

public MessagingException(java.lang.String resourceID,
                          java.lang.Throwable detail)
Construct a MessagingException with a nested exception, the message will be derived from the nested exception.

Parameters:
resourceID -
detail - the nested exception.
See Also:
getDetail()

MessagingException

public MessagingException(java.lang.Throwable detail)
Construct a MessagingException with a nested exception, the message will be derived from the nested exception.

Parameters:
detail - the nested exception.
See Also:
getDetail()
Method Detail

getDetail

public java.lang.Throwable getDetail()
Get the nested exception.

Returns:
the nested exception.

Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

Copyright © 2010 Oracle and/or its affiliates. All rights reserved.