|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
local.tomas.util.versioning.VersionException
public class VersionException
Exception for version handlers.
| 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 |
|---|
public VersionException()
public VersionException(String message)
message - the message
public VersionException(String message,
Throwable cause)
message - the messagecause - the root causepublic VersionException(Throwable cause)
cause - the root cause
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||