com.securitycentric.metacoretex.lib
Class VersionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.securitycentric.metacoretex.lib.VersionException
All Implemented Interfaces:
java.io.Serializable

public class VersionException
extends java.lang.Exception

Author:
visigoth
See Also:
Serialized Form

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

VersionException

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


VersionException

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

Parameters:
msg - the detail message.