Class SeguidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- psidev.psi.mi.jami.utils.checksum.SeguidException
-
- All Implemented Interfaces:
Serializable
public class SeguidException extends Exception
Custom Exception class to handle exceptions from this module- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SeguidException()
Constructor for SeguidException.SeguidException(String message)
Constructor for SeguidException.SeguidException(String message, Throwable cause)
Constructor for SeguidException.SeguidException(Throwable cause)
Constructor for SeguidException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SeguidException
public SeguidException()
Constructor for SeguidException.
-
SeguidException
public SeguidException(String message)
Constructor for SeguidException.
- Parameters:
message
- aString
object.
-
SeguidException
public SeguidException(String message, Throwable cause)
Constructor for SeguidException.
-
-