no.digipost.api.client
Class DigipostClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by no.digipost.api.client.DigipostClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DigipostClientServerException

public class DigipostClientException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
DigipostClientException(ErrorType errorType, String errorMessage)
           
 
Method Summary
 String getErrorMessage()
           
 ErrorType getErrorType()
           
 
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

DigipostClientException

public DigipostClientException(ErrorType errorType,
                               String errorMessage)
Method Detail

getErrorType

public ErrorType getErrorType()

getErrorMessage

public String getErrorMessage()


Copyright © 2012 Digipost Open Source. All Rights Reserved.