Serialio
Class ExTimeout

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bySerialio.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)
               
     
    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)