common-util

local.tomas.util.versioning
Class VersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by local.tomas.util.versioning.VersionException
All Implemented Interfaces:
Serializable

public class VersionException
extends Exception

Exception for version handlers.

Author:
Teubner
See Also:
Serialized Form

Constructor Summary
VersionException()
          Default constructor.
VersionException(String message)
          Construct exception from message
VersionException(String message, Throwable cause)
          Construct exception from message and root cause
VersionException(Throwable cause)
          Construct exception from root cause
 
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

VersionException

public VersionException()
Default constructor.


VersionException

public VersionException(String message)
Construct exception from message

Parameters:
message - the message

VersionException

public VersionException(String message,
                        Throwable cause)
Construct exception from message and root cause

Parameters:
message - the message
cause - the root cause

VersionException

public VersionException(Throwable cause)
Construct exception from root cause

Parameters:
cause - the root cause

common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.