info.sswap.ontologies.data.api
Class SerializerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by info.sswap.api.model.DataAccessException
                  extended by info.sswap.ontologies.data.api.DataException
                      extended by info.sswap.ontologies.data.api.SerializerException
All Implemented Interfaces:
java.io.Serializable

public class SerializerException
extends DataException

Serializer-specific exceptions.

Author:
Damian Gessler
See Also:
Serializer, Serialized Form

Field Summary
private static long serialVersionUID
          Default
 
Constructor Summary
SerializerException()
          Creates a new exception
SerializerException(java.lang.String message)
          Creates a new exception with the specified message
SerializerException(java.lang.String message, java.lang.Throwable cause)
          Creates a new exception with the specified message and the underlying cause
SerializerException(java.lang.Throwable cause)
          Creates a new exception with the specified underlying 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Default

See Also:
Constant Field Values
Constructor Detail

SerializerException

public SerializerException()
Creates a new exception


SerializerException

public SerializerException(java.lang.String message)
Creates a new exception with the specified message

Parameters:
message - the specified message

SerializerException

public SerializerException(java.lang.Throwable cause)
Creates a new exception with the specified underlying cause

Parameters:
cause - the underlying exception that caused this exception to be generated

SerializerException

public SerializerException(java.lang.String message,
                           java.lang.Throwable cause)
Creates a new exception with the specified message and the underlying cause

Parameters:
message - the message describing the exception
cause - the underlying exception that caused this exception to be generated


Copyright (c) 2011, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.