Class ServicesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.bpel.services.common.exception.ServicesException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DynamicAssignmentException, StaleObjectException, WorkflowException

public class ServicesException extends Exception implements Serializable
See Also:
  • Field Details

    • EXCEPTION_TYPE_INFORMATION

      public static final int EXCEPTION_TYPE_INFORMATION
      See Also:
    • EXCEPTION_TYPE_ERROR

      public static final int EXCEPTION_TYPE_ERROR
      See Also:
    • EXCEPTION_TYPE_SYSTEM

      public static final int EXCEPTION_TYPE_SYSTEM
      See Also:
    • EXCEPTION_TYPE_WARNING

      public static final int EXCEPTION_TYPE_WARNING
      See Also:
    • EXCEPTION_TYPE_SECURITY

      public static final int EXCEPTION_TYPE_SECURITY
      See Also:
  • Constructor Details

    • ServicesException

      public ServicesException()
    • ServicesException

      public ServicesException(int err)
    • ServicesException

      public ServicesException(int err, Throwable t)
    • ServicesException

      public ServicesException(int err, oracle.bpel.services.common.ServicesLogger.Severity severity, Throwable t)
    • ServicesException

      public ServicesException(ServicesException se)
    • ServicesException

      public ServicesException(oracle.bpel.services.common.ServicesLogger.Severity severity, ServicesException se)
    • ServicesException

      public ServicesException(oracle.bpel.services.common.exception.ServicesRuntimeException sre)
    • ServicesException

      public ServicesException(oracle.bpel.services.common.ServicesLogger.Severity severity, oracle.bpel.services.common.exception.ServicesRuntimeException sre)
    • ServicesException

      public ServicesException(Throwable t)
      Deprecated.
      Use ServicesException(Severity, Throwable, int) Instead When this exception is thrown, it is not logged!
      Parameters:
      t -
    • ServicesException

      public ServicesException(oracle.bpel.services.common.ServicesLogger.Severity severity, Throwable t)
      Deprecated.
      Use ServicesException(Severity, Throwable, int) Instead When this exception is thrown, it is not logged!
      Parameters:
      t -
    • ServicesException

      public ServicesException(oracle.bpel.services.common.ServicesLogger.Severity severity, Throwable t, int component)
    • ServicesException

      public ServicesException(Throwable t, int component)
    • ServicesException

      public ServicesException(int err, Object[] objs)
    • ServicesException

      public ServicesException(oracle.bpel.services.common.ServicesLogger.Severity severity, int err, Object[] objs)
    • ServicesException

      public ServicesException(oracle.bpel.services.common.ServicesLogger.Severity severity, int err, Object[] objs, Throwable t)
    • ServicesException

      public ServicesException(int err, Object[] objs, Throwable t)
    • ServicesException

      public ServicesException(int err, Object[] objs, Object[] context)
    • ServicesException

      public ServicesException(oracle.bpel.services.common.ServicesLogger.Severity severity, int err, Object[] objs, Object[] context)
    • ServicesException

      public ServicesException(int err, Object[] objs, Object[] context, Throwable t)
    • ServicesException

      public ServicesException(oracle.bpel.services.common.ServicesLogger.Severity severity, int err, Object[] objs, Object[] context, Throwable t)
    • ServicesException

      public ServicesException(int err, int componentId, Object[] objs, Object[] context, Throwable t)
    • ServicesException

      public ServicesException(oracle.bpel.services.common.ServicesLogger.Severity severity, int err, int componentId, Object[] objs, Object[] context, Throwable t)
    • ServicesException

      public ServicesException(int err, Locale locale)
    • ServicesException

      public ServicesException(int err, Object[] objs, Locale locale)
  • Method Details

    • getComponent

      public int getComponent()
    • setPropertyBundleName

      public static void setPropertyBundleName(String name, Locale locale) throws Exception
      To set the resource bundle
      Parameters:
      locale -
      name -
      Throws:
      Exception
    • setPropertyBundleName

      public static void setPropertyBundleName(String name) throws Exception
      Throws:
      Exception
    • setLocale

      public static void setLocale(Locale l) throws Exception
      To set the locale of the ResourceBundle
      Parameters:
      l -
      Throws:
      Exception
    • getLocale

      public Locale getLocale()
    • setExceptionLocale

      public void setExceptionLocale(Locale l)
    • getErrorCode

      public int getErrorCode()
      Returns the error code of this ServerException object.
    • getErrorArgs

      public Object[] getErrorArgs()
      Describe getErrorArgs method here.
      Returns:
      an Object[] value
    • setErrorArgs

      public void setErrorArgs(Object[] errorArgs)
    • getDescription

      public String getDescription()
    • getName

      public final String getName()
    • getPrefix

      public String getPrefix()
    • getExceptionLocale

      public Locale getExceptionLocale()
    • getSeverity

      public String getSeverity()
    • getFix

      public String getFix()
    • getRootCause

      public Throwable getRootCause()
      Obtain the exception that caused the ServerException being thrown.
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getSimpleMessage

      public String getSimpleMessage()
    • getLocalizedMessage

      public String getLocalizedMessage()
      Overrides:
      getLocalizedMessage in class Throwable
    • isRecoverable

      public boolean isRecoverable()
    • setRecoverable

      public void setRecoverable(boolean recoverable)
    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)
    • setErrorCode

      public void setErrorCode(int errorCode)
    • setPrefix

      public void setPrefix(String prefix)
    • setSeverity

      public void setSeverity(String severity)
    • setType

      public void setType(ServicesException.ExceptionType type)
    • setName

      public void setName(String name)
    • setDescription

      public void setDescription(String description)
    • setFix

      public void setFix(String fix)
    • toString

      public String toString()
      Overrides:
      toString in class Throwable
    • getExceptionType

      public int getExceptionType()
    • getExceptionTypeEnum

      public ServicesException.ExceptionType getExceptionTypeEnum()