jbpm-form-modeler-common 6.1.0.Beta3

org.jbpm.formModeler.service.error
Class TechnicalError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jbpm.formModeler.service.error.ApplicationError
                  extended by org.jbpm.formModeler.service.error.TechnicalError
All Implemented Interfaces:
Serializable

public class TechnicalError
extends ApplicationError

An exception thrown by the client application when it wants to handle an unexpected technical situation.

See Also:
Serialized Form

Constructor Summary
TechnicalError(String message, Throwable cause)
           
 
Method Summary
 
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

TechnicalError

public TechnicalError(String message,
                      Throwable cause)

jbpm-form-modeler-common 6.1.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.