org.jwarp.service.work
Class AnonymousJobNotAllowedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwarp.service.work.AnonymousJobNotAllowedException
All Implemented Interfaces:
java.io.Serializable

public class AnonymousJobNotAllowedException
extends java.lang.Exception

Exception thrown when a job was tried to be schedules without any origin information such as the origin activity or process and such jobs are currently not allowed to be started.

See Also:
Serialized Form

Constructor Summary
AnonymousJobNotAllowedException()
          Creates a new exception.
AnonymousJobNotAllowedException(java.lang.String reason)
          Creates a new exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnonymousJobNotAllowedException

public AnonymousJobNotAllowedException()
Creates a new exception.

AnonymousJobNotAllowedException

public AnonymousJobNotAllowedException(java.lang.String reason)
Creates a new exception.
Parameters:
reason - Additional infos.

©   O R C A   S y s t e m s