jbpm-form-modeler-common 6.1.0.Beta3

org.jbpm.formModeler.service.error
Class ApplicationError

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BusinessError, TechnicalError

public abstract class ApplicationError
extends RuntimeException

An error thrown by a client application.

See Also:
Serialized Form

Constructor Summary
protected ApplicationError(String message)
           
protected ApplicationError(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

ApplicationError

protected ApplicationError(String message)

ApplicationError

protected ApplicationError(String message,
                           Throwable cause)

jbpm-form-modeler-common 6.1.0.Beta3

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