org.iids.aos.agentserver.binary
Class BinaryCodeSegmentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.iids.aos.agentserver.binary.BinaryCodeSegmentException
All Implemented Interfaces:
java.io.Serializable

public class BinaryCodeSegmentException
extends java.lang.Exception

Problem with the agent's code segment.

Author:
Patrick Verkaik
See Also:
Serialized Form

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

BinaryCodeSegmentException

public BinaryCodeSegmentException()

BinaryCodeSegmentException

public BinaryCodeSegmentException(java.lang.String msg)


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.