org.jlab.coda.afecs.system
Class AException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jlab.coda.afecs.system.AException
All Implemented Interfaces:
java.io.Serializable

public class AException
extends java.lang.Exception

JSA: Thomas Jefferson National Accelerator Facility
This software was developed under a United States Government license,
described in the NOTICE file included as part of this distribution.
Copyright (c), Aug 17, 2009

Afecs exception class.

See Also:
Serialized Form

Constructor Summary
AException()
           
AException(java.lang.String msg)
          Constructor
 
Method Summary
 
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

AException

public AException(java.lang.String msg)
Constructor

Parameters:
msg - exception message

AException

public AException()