java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wymiwyg.mies.server.impl.UnableToProcessException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnableToProcessException
- extends java.lang.Exception
Thi exception is thrown when a submissionprocessor is unable to handle a submission,
this is when the next SubmissionProcessor has to be used.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnableToProcessException
public UnableToProcessException()
- Constructor for UnableToProcessException.
UnableToProcessException
public UnableToProcessException(java.lang.String message)
- Constructor for UnableToProcessException.