public abstract class UcfException extends Exception
Constructor and Description |
---|
UcfException()
Creates a new instance of
UcfException without detail message. |
UcfException(String msg)
Constructs an instance of
UcfException with the specified detail message. |
UcfException(String msg,
Throwable cause) |
UcfException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UcfException()
UcfException
without detail message.public UcfException(String msg)
UcfException
with the specified detail message.msg
- the detail message.public UcfException(Throwable cause)
Copyright © 2016 evolveum. All rights reserved.