com.theopenstack.rtpdemo.util
Class ServiceLocatorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.theopenstack.rtpdemo.util.ServiceLocatorException
All Implemented Interfaces:
java.io.Serializable

public class ServiceLocatorException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ServiceLocatorException()
          Creates a new instance of ServiceLocatorException without detail message.
ServiceLocatorException(java.lang.Exception rootCause)
          Creates a new instance of ServiceLocatorException and saves the root exception.
ServiceLocatorException(java.lang.String msg)
          Constructs an instance of ServiceLocatorException with the specified detail message.
ServiceLocatorException(java.lang.String msg, java.lang.Exception rootCause)
          Creates a new instance of ServiceLocatorException and saves the root exception with a comment.
 
Method Summary
 java.lang.Exception getRootCause()
          Get the root exception
 
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

ServiceLocatorException

public ServiceLocatorException()
Creates a new instance of ServiceLocatorException without detail message.


ServiceLocatorException

public ServiceLocatorException(java.lang.String msg)
Constructs an instance of ServiceLocatorException with the specified detail message.

Parameters:
msg - the detail message.

ServiceLocatorException

public ServiceLocatorException(java.lang.Exception rootCause)
Creates a new instance of ServiceLocatorException and saves the root exception.


ServiceLocatorException

public ServiceLocatorException(java.lang.String msg,
                               java.lang.Exception rootCause)
Creates a new instance of ServiceLocatorException and saves the root exception with a comment.

Method Detail

getRootCause

public java.lang.Exception getRootCause()
Get the root exception