common-util

local.tomas.license
Class LicenseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by local.tomas.license.LicenseException
All Implemented Interfaces:
Serializable

public class LicenseException
extends Exception

License exception.

Author:
tomas.teubner
See Also:
Serialized Form

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

LicenseException

public LicenseException()
Default constructor.


LicenseException

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

Parameters:
message - the message
cause - the root cause

LicenseException

public LicenseException(String message)
Construct exception from message.

Parameters:
message - the message

LicenseException

public LicenseException(Throwable cause)
Construct exception from root cause.

Parameters:
cause - root cause

common-util

Copyright © 2007 Tomas Teubner. All Rights Reserved.