Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.wymiwyg.mies.server.impl
Class UnableToProcessException  view UnableToProcessException download UnableToProcessException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UnableToProcessException()
          Constructor for UnableToProcessException.
UnableToProcessException(java.lang.String message)
          Constructor for UnableToProcessException.
 
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

UnableToProcessException

public UnableToProcessException()
Constructor for UnableToProcessException.


UnableToProcessException

public UnableToProcessException(java.lang.String message)
Constructor for UnableToProcessException.