Class powersoft.jcm.util.RuntimeExceptionBase
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class powersoft.jcm.util.RuntimeExceptionBase

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----powersoft.jcm.util.RuntimeExceptionBase

public class RuntimeExceptionBase
extends RuntimeException
The RuntimeExceptionBase class

All runtime exceptions not found in the java.lang package thrown by JCM should be derived from this class.


Constructor Index

 o RuntimeExceptionBase()
Constructs a RuntimeException with no detail message.
 o RuntimeExceptionBase(String)
Constructs a RuntimeException with the specified detail message.

Constructors

 o RuntimeExceptionBase
  public RuntimeExceptionBase()
Constructs a RuntimeException with no detail message.
 o RuntimeExceptionBase
  public RuntimeExceptionBase(String str)
Constructs a RuntimeException with the specified detail message. @param str detailed message

All Packages  Class Hierarchy  This Package  Previous  Next  Index