y.io
Class BadVersionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--y.io.BadVersionException
All Implemented Interfaces:
Serializable

public class BadVersionException
extends IOException

See Also:
Serialized Form

Constructor Summary
BadVersionException()
          Creates a new instance of BadVersionException without detail message.
BadVersionException(byte found)
          Creates a new instance of BadVersionException with detail message.
BadVersionException(byte expected, byte found)
          Creates a new instance of BadVersionException without detail message.
BadVersionException(String msg)
          Constructs an instance of BadVersionException with the specified detail message.
 
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

BadVersionException

public BadVersionException(byte found)
Creates a new instance of BadVersionException with detail message.


BadVersionException

public BadVersionException(byte expected,
                           byte found)
Creates a new instance of BadVersionException without detail message.


BadVersionException

public BadVersionException()
Creates a new instance of BadVersionException without detail message.


BadVersionException

public BadVersionException(String msg)
Constructs an instance of BadVersionException with the specified detail message.

Parameters:
msg - the detail message.

© Copyright 2000-2003,
yWorks GmbH.
All rights reserved.

2003