Serialio
Class ExTimeout

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by Serialio.ExTimeout
All Implemented Interfaces:
java.io.Serializable

public class ExTimeout
extends java.io.IOException

Exception for token that exceeds allocated space.

  • Copyright (c) 2002-2004 Serialio.com, All Rights Reserved.

    See Also:
    Serialized Form

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

    ExTimeout

    public ExTimeout()

    ExTimeout

    public ExTimeout(java.lang.String ex)