edu.asu.cri.MirkE.exceptions
Class MirkETransactionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byedu.asu.cri.MirkE.exceptions.MirkEApplicationException
          extended byedu.asu.cri.MirkE.exceptions.MirkETransactionException
All Implemented Interfaces:
java.io.Serializable

public class MirkETransactionException
extends MirkEApplicationException

Author:
abuayyub TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Constructor Summary
MirkETransactionException(java.lang.String msg)
          Constructor with a message of the exception
MirkETransactionException(java.lang.Throwable object)
          Constructor with a message of the exception
MirkETransactionException(java.lang.Throwable object, java.lang.String message)
          Constructor with a message of the exception
 
Methods inherited from class edu.asu.cri.MirkE.exceptions.MirkEApplicationException
equals, hashCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MirkETransactionException

public MirkETransactionException(java.lang.String msg)
Constructor with a message of the exception

Parameters:
msg - Message to further explain the exception

MirkETransactionException

public MirkETransactionException(java.lang.Throwable object,
                                 java.lang.String message)
Constructor with a message of the exception

Parameters:
object - root cause of exception
message - Message to further explain the exception

MirkETransactionException

public MirkETransactionException(java.lang.Throwable object)
Constructor with a message of the exception

Parameters:
object - root cause of exception


Copyright © 2004-2005 Arizona State University - Cancer Research Institute - hosted by Sourceforge. All Rights Reserved.