Class CommonException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webmethods.caf.common.CommonException
All Implemented Interfaces:
Serializable

public class CommonException extends Exception
See Also:
  • Constructor Details

    • CommonException

      public CommonException(String messageKey, Object[] messageArgs)
    • CommonException

      public CommonException(String messageKey)
    • CommonException

      public CommonException(Throwable target, String messageKey, Object[] messageArgs)
    • CommonException

      public CommonException(Throwable target, String messageKey)
    • CommonException

      public CommonException(Throwable target)
    • CommonException

      public CommonException(Class resourceBundleClass, String messageKey, Object[] messageArgs)
      Base constructor for CommonException
      Parameters:
      resourceBundleClass - class of default bundle
      messageKey - the message key
      messageArgs - array of arguments
    • CommonException

      public CommonException(Class resourceBundleClass, String messageKey)
    • CommonException

      public CommonException(Throwable target, Class resourceBundleClass, String messageKey, Object[] messageArgs)
  • Method Details