public class BioException extends Exception
Constructor and Description |
---|
BioException()
Create a new BioException.
|
BioException(String message)
Create a new BioException with a message.
|
BioException(String message,
Throwable ex)
Create a new BioException with a cause and a message.
|
BioException(Throwable ex)
Create a new BioException with a cause.
|
BioException(Throwable ex,
String message)
Deprecated.
use new BioException(message, ex) instead
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BioException(String message)
message
- the messagepublic BioException(Throwable ex)
ex
- the Throwable that caused this BioExceptionpublic BioException(Throwable ex, String message)
ex
- the Throwable that caused this BioExceptionmessage
- the messagepublic BioException(String message, Throwable ex)
message
- the messageex
- the Throwable that caused this BioExceptionpublic BioException()
Copyright © 2014 BioJava. All rights reserved.