jas.job
Class LoaderException

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

public class LoaderException
extends NestedException

See Also:
Serialized Form

Constructor Summary
LoaderException(java.lang.String name)
           
LoaderException(java.lang.String name, java.lang.Throwable t)
           
 
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

LoaderException

public LoaderException(java.lang.String name)

LoaderException

public LoaderException(java.lang.String name,
                       java.lang.Throwable t)