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

oracle.sdp.messaging.userprefs
Class UserPrefsException

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.userprefs.UserPrefsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ObjectAlreadyExistsException, ObjectNotFoundException, UserPrefsStorageException, UserRuleSetValidationException

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

Generic exception that wraps specific system level or implementation exceptions.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.as.management.exception.ASException
ACTION_SUFFIX, CAUSE_SUFFIX
 
Constructor Summary
UserPrefsException(java.lang.String resourceID)
          Construct a UserPrefsException object from a resource ID of UMS, which is in SDP-nnnnn format.
UserPrefsException(java.lang.String resourceID, java.lang.String arg)
          Construct a UserPrefsException object from a resource ID of UMS and an argument string.
UserPrefsException(java.lang.String resourceID, java.lang.String[] args)
          Construct a UserPrefsException object from a resource ID of UMS, and an array of argument strings.
UserPrefsException(java.lang.String resourceID, java.lang.String[] args, java.lang.Throwable t)
          Construct a UserPrefsException object from a resource ID of UMS, an array of argument strings and a Throwable object.
UserPrefsException(java.lang.String resourceID, java.lang.String arg, java.lang.Throwable t)
          Construct a UserPrefsException object from a resource ID of UMS, an argument string and a Throwable object..
UserPrefsException(java.lang.String resourceID, java.lang.Throwable t)
          Construct a UserPrefsException object from a Throwable object and a resource ID of UMS.
UserPrefsException(java.lang.Throwable cause)
          Construct a UserPrefsException object from a Throwable object.
 
Method Summary
 
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

UserPrefsException

public UserPrefsException(java.lang.String resourceID)
Construct a UserPrefsException object from a resource ID of UMS, which is in SDP-nnnnn format. For example: SDP-12345.


UserPrefsException

public UserPrefsException(java.lang.String resourceID,
                          java.lang.String arg)
Construct a UserPrefsException object from a resource ID of UMS and an argument string. Resource ID must be in SDP-nnnnn format. For example: SDP-12345.


UserPrefsException

public UserPrefsException(java.lang.String resourceID,
                          java.lang.String[] args)
Construct a UserPrefsException object from a resource ID of UMS, and an array of argument strings. Resource ID must be in SDP-nnnnn format. For example: SDP-12345.


UserPrefsException

public UserPrefsException(java.lang.String resourceID,
                          java.lang.String[] args,
                          java.lang.Throwable t)
Construct a UserPrefsException object from a resource ID of UMS, an array of argument strings and a Throwable object. Resource ID must be in SDP-nnnnn format. For example: SDP-12345.


UserPrefsException

public UserPrefsException(java.lang.String resourceID,
                          java.lang.String arg,
                          java.lang.Throwable t)
Construct a UserPrefsException object from a resource ID of UMS, an argument string and a Throwable object.. Resource ID must be in SDP-nnnnn format. For example: SDP-12345.


UserPrefsException

public UserPrefsException(java.lang.String resourceID,
                          java.lang.Throwable t)
Construct a UserPrefsException object from a Throwable object and a resource ID of UMS. Resource ID must be in SDP-nnnnn format. For example: SDP-12345.


UserPrefsException

public UserPrefsException(java.lang.Throwable cause)
Construct a UserPrefsException object from a Throwable object. ServerUserPrefsLogCode.SERVER_USERPREFS_EXCEPTION is used as resource ID.


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.