toolbox.oracle.osb.config
Class OSBConfigUtilException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toolbox.oracle.osb.config.OSBConfigUtilException
All Implemented Interfaces:
java.io.Serializable

public class OSBConfigUtilException
extends java.lang.Exception

Exception that is generated during OSBConfigUtil interactions.

Author:
Hannes Holtzhausen
See Also:
Serialized Form

Constructor Summary
OSBConfigUtilException(java.lang.Exception ex)
          Creates a new OSBConfigUtilException from the given Exception.
OSBConfigUtilException(java.lang.String msg)
          Generates an OSBConfigUtilException with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OSBConfigUtilException

public OSBConfigUtilException(java.lang.Exception ex)
Creates a new OSBConfigUtilException from the given Exception.

Parameters:
ex - Underlying exception that occured.

OSBConfigUtilException

public OSBConfigUtilException(java.lang.String msg)
Generates an OSBConfigUtilException with the given message.

Parameters:
msg - String containing the exception message.