jas.job
Class OpenJobException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jas.util.NestedException
                    |
                    +--jas.job.OpenJobException
All Implemented Interfaces:
HasNestedException, java.io.Serializable

public class OpenJobException
extends NestedException

See Also:
Serialized Form

Constructor Summary
OpenJobException(java.lang.Exception e)
           
OpenJobException(java.lang.String s, java.lang.Exception e)
           
 
Methods inherited from class jas.util.NestedException
formatNestedException, getMessage, getNestedException, getSimpleMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OpenJobException

public OpenJobException(java.lang.String s,
                        java.lang.Exception e)

OpenJobException

public OpenJobException(java.lang.Exception e)