com.ibm.maf
Class MAFException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.maf.MAFException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AgentIsRunning, AgentIsSuspended, AgentNotFound, ArgumentInvalid, ClassUnknown, DeserializationFailed, EntryNotFound, FinderNotFound, MAFExtendedException, NameInvalid, ResumeFailed, SuspendFailed, TerminateFailed

public class MAFException
extends java.lang.Exception

See Also:
Serialized Form

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

MAFException

public MAFException()

MAFException

public MAFException(java.lang.String msg)