public class RepositoryGenerationFailedException extends Exception
| Constructor and Description |
|---|
RepositoryGenerationFailedException()
Creates a new instance of
RepositoryGenerationFailedException without detail message. |
RepositoryGenerationFailedException(Exception exception)
Constructs an instance of
RepositoryGenerationFailedException which wraps the
specified exception. |
RepositoryGenerationFailedException(String msg)
Constructs an instance of
RepositoryGenerationFailedException with the specified detail message. |
RepositoryGenerationFailedException(String msg,
Exception exception)
Constructs an instance of
RepositoryGenerationFailedException with the specified message which also wraps the
specified exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RepositoryGenerationFailedException()
RepositoryGenerationFailedException without detail message.public RepositoryGenerationFailedException(String msg)
RepositoryGenerationFailedException with the specified detail message.msg - The detail message.public RepositoryGenerationFailedException(Exception exception)
RepositoryGenerationFailedException which wraps the
specified exception.exception - The exception to wrap.public RepositoryGenerationFailedException(String msg, Exception exception)
RepositoryGenerationFailedException with the specified message which also wraps the
specified exception.msg - The detail message.exception - The exception to wrap.Copyright © 2020 Jens Pelzetter. All rights reserved.