js.oa.exception
Class CouldNotCreateObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by js.common.JSException
              extended by js.oa.exception.CouldNotCreateObjectException
All Implemented Interfaces:
java.io.Serializable

public class CouldNotCreateObjectException
extends JSException

Thrown when the attempt to create an object fails.

Author:
Johannes Testori
See Also:
Serialized Form

Constructor Summary
CouldNotCreateObjectException(java.lang.String msg)
           
CouldNotCreateObjectException(java.lang.Throwable target)
           
 
Method Summary
 
Methods inherited from class js.common.JSException
forward, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CouldNotCreateObjectException

public CouldNotCreateObjectException(java.lang.String msg)
Parameters:
msg - message

CouldNotCreateObjectException

public CouldNotCreateObjectException(java.lang.Throwable target)
Parameters:
target - target exception