com.seag.qm
Class QmInstantiationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.seag.qm.QmInstantiationException
All Implemented Interfaces:
java.io.Serializable

public class QmInstantiationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
QmInstantiationException()
          Creates new QmInstantiationException without detail message.
QmInstantiationException(java.lang.String msg)
          Constructs an QmInstantiationException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QmInstantiationException

public QmInstantiationException()
Creates new QmInstantiationException without detail message.

QmInstantiationException

public QmInstantiationException(java.lang.String msg)
Constructs an QmInstantiationException with the specified detail message.
Parameters:
msg - the detail message.