org.mattbusche.util.partition
Class PartitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mattbusche.util.partition.PartitionException
All Implemented Interfaces:
java.io.Serializable

public class PartitionException
extends java.lang.RuntimeException

Simple extension of a RuntimeException for exceptional conditions detected in package org.mattbusche.util.partition.

See Also:
Serialized Form

Constructor Summary
PartitionException()
          Constructs a new PartitionException with null as its detail message.
PartitionException(java.lang.String message)
          Constructs a new PartitionException with the specified detail message.
 
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
 

Constructor Detail

PartitionException

public PartitionException()
Constructs a new PartitionException with null as its detail message.


PartitionException

public PartitionException(java.lang.String message)
Constructs a new PartitionException with the specified detail message.