jef.dna.exceptions
Class WrongMagicNumberException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jef.dna.exceptions.WrongMagicNumberException
All Implemented Interfaces:
java.io.Serializable

public class WrongMagicNumberException
extends java.lang.Exception

Author:
frusso JEFNet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
See Also:
Serialized Form

Constructor Summary
WrongMagicNumberException()
          Creates a new instance of WrongMagicNumberException without detail message.
WrongMagicNumberException(java.lang.String msg)
          Constructs an instance of WrongMagicNumberException with the specified detail message.
 
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

WrongMagicNumberException

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


WrongMagicNumberException

public WrongMagicNumberException(java.lang.String msg)
Constructs an instance of WrongMagicNumberException with the specified detail message.

Parameters:
msg - the detail message.