com.metamatrix.console.util
Class RuntimeExternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.metamatrix.console.util.RuntimeExternalException
All Implemented Interfaces:
java.io.Serializable

public class RuntimeExternalException
extends java.lang.RuntimeException

Class to wrap an ExternalException within a RuntimeException.

See Also:
Serialized Form

Constructor Summary
RuntimeExternalException(java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getTheException()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimeExternalException

public RuntimeExternalException(java.lang.Exception e)
Method Detail

getTheException

public java.lang.Exception getTheException()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2009. All Rights Reserved.