org.sonatype.plexus.components.cipher
Class PlexusCipherException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.sonatype.plexus.components.cipher.PlexusCipherException
All Implemented Interfaces:
java.io.Serializable

public class PlexusCipherException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
PlexusCipherException()
           
PlexusCipherException(java.lang.String message)
           
PlexusCipherException(java.lang.String message, java.lang.Throwable cause)
           
PlexusCipherException(java.lang.Throwable cause)
           
 
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

PlexusCipherException

public PlexusCipherException()

PlexusCipherException

public PlexusCipherException(java.lang.String message)

PlexusCipherException

public PlexusCipherException(java.lang.Throwable cause)

PlexusCipherException

public PlexusCipherException(java.lang.String message,
                             java.lang.Throwable cause)


Copyright © 2008-2009. All Rights Reserved.